Html Css Color HEX #CBE066 Mindaro

📋 copy color: '#CBE066'

red 203 ◦ green 224 ◦ blue 102

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

Shades of Mindaro #CBE066

Tints of Mindaro #CBE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 38.37%
G = 42.34%
B = 19.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CBE066 (or 0xCBE066) is known color: Mindaro. HEX triplet: CB, E0 and 66. RGB value is (203,224,102). Sum of RGB (Red+Green+Blue) = 203+224+102=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE066 is #341F99. Grayscale: #CCCCCC. Windows color (decimal): -3415962 or 6742219. OLE color: 6742219.

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

Color convert

RGB 203 224 102 -
CMYK 0.09 0 0.54 0.12
HSL 70.33º 0.66% 0.64% -
HSV(B) 70.33º 0.54% 0.88% -
XYZ 53.68 66.97 22.67 -
YUV 203.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 203 224 102 0.09 0 0.54 0.12 70.33 0.66 0.64
Hex CB E0 66 9 0 36 C 46 42 40
Octal 313 340 146 11 0 66 14 106 102 100
Binary 11001011 11100000 1100110 1001 0 110110 1100 1000110 1000010 1000000

Color Harmonies of #CBE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE066

Black with #CBE066

Text Example


Text Example

White with #CBE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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