Html Css Color HEX #CBE061 Mindaro

📋 copy color: '#CBE061'

red 203 ◦ green 224 ◦ blue 97

#CBE061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CBE061

Tints of Mindaro #CBE061

RGB

 RED value IS 203 (79.69% from 255) = 38.74%

 GREEN value IS 224 (87.89% from 255) = 42.75%

 BLUE value IS 97 (38.28% from 255) = 18.51%

R = 38.74%
G = 42.75%
B = 18.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBE061 (or 0xCBE061) is known color: Mindaro. HEX triplet: CB, E0 and 61. RGB value is (203,224,97). Sum of RGB (Red+Green+Blue) = 203+224+97=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE061 is #341F9E. Grayscale: #CBCBCB. Windows color (decimal): -3415967 or 6414539. OLE color: 6414539.

HSL color Cylindrical-coordinate representation of color #CBE061: hue angle of 69.92º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE061 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 97 -
CMYK 0.09 0 0.57 0.12
HSL 69.92º 0.67% 0.63% -
HSV(B) 69.92º 0.57% 0.88% -
XYZ 53.44 66.87 21.4 -
YUV 203.24 68.04 127.83 -
System Red Green Blue C M Y K H S L
Decimal 203 224 97 0.09 0 0.57 0.12 69.92 0.67 0.63
Hex CB E0 61 9 0 39 C 46 43 3F
Octal 313 340 141 11 0 71 14 106 103 77
Binary 11001011 11100000 1100001 1001 0 111001 1100 1000110 1000011 111111

Color Harmonies of #CBE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE061

Black with #CBE061

Text Example


Text Example

White with #CBE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE061; }

 p { color: rgb(203,224,97); }

 H1.HeaderClassName
 {
   color: #CBE061;
 }
 .AnyTagClassName
 {
   color: #CBE061;
 }
</style>

background-color css

<style>
 a { background-color: #CBE061; }

 a { background-color: rgb(203,224,97); }

 div.DivClassName
 {
   background-color: #CBE061;
 }
 .BgClassName
 {
   background-color: #CBE061;
 }
</style>

border-color css

<style>
 span { border-color: #CBE061; }

 span { border-color: rgb(203,224,97); }

 td.TdClassName
 {
   border-color: #CBE061;
 }
 .TagClassName
 {
   border-color: #CBE061;
 }
</style>