#CEE05B

Color #CEE05B Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CEE05B

Tints of Mindaro #CEE05B

Color information

#CEE05B (or 0xCEE05B) is unknown color: approx Mindaro. HEX triplet: CE, E0 and 5B. RGB value is (206,224,91). Sum of RGB (Red+Green+Blue) = 206+224+91=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE05B is #311FA4. Grayscale: #CBCBCB. Windows color (decimal): -3219365 or 6021326. OLE color: 6021326.

HSL color Cylindrical-coordinate representation of color #CEE05B: hue angle of 68.12º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEE05B is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB20622491-
CMYK0.0800.590.12
HSL68.12º68.21%61.76%-
HSV(B)68.12º59.38%87.84%-
XYZ5467.1920.02-
YUV203.4664.54129.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=39.54%
G=42.99%
B=17.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206224910.0800.590.1268.1268.2161.76
HexCEE05B803BC44443e
Octal316340133100731410410476
Binary1100111011100000101101110000111011110010001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE05B; }

 p { color: rgb(206,224,91); }

 H1.HeaderClassName
 {
   color: #CEE05B;
 }
 .AnyTagClassName
 {
   color: #CEE05B;
 }
</style>
background-color css

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

 a { background-color: rgb(206,224,91); }

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

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

 span { border-color: rgb(206,224,91); }

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