Html Css Color HEX #CBE06E Mindaro

📋 copy color: '#CBE06E'

red 203 ◦ green 224 ◦ blue 110

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

Shades of Mindaro #CBE06E

Tints of Mindaro #CBE06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.48%

R = 37.8%
G = 41.71%
B = 20.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CBE06E (or 0xCBE06E) is known color: Mindaro. HEX triplet: CB, E0 and 6E. RGB value is (203,224,110). Sum of RGB (Red+Green+Blue) = 203+224+110=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE06E is #341F91. Grayscale: #CDCDCD. Windows color (decimal): -3415954 or 7266507. OLE color: 7266507.

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

Color convert

RGB 203 224 110 -
CMYK 0.09 0 0.51 0.12
HSL 71.05º 0.65% 0.65% -
HSV(B) 71.05º 0.51% 0.88% -
XYZ 54.1 67.13 24.86 -
YUV 204.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 203 224 110 0.09 0 0.51 0.12 71.05 0.65 0.65
Hex CB E0 6E 9 0 33 C 47 41 41
Octal 313 340 156 11 0 63 14 107 101 101
Binary 11001011 11100000 1101110 1001 0 110011 1100 1000111 1000001 1000001

Color Harmonies of #CBE06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE06E

Black with #CBE06E

Text Example


Text Example

White with #CBE06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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