#CEE078

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

Shades of Mindaro #CEE078

Tints of Mindaro #CEE078

Color information

#CEE078 (or 0xCEE078) is unknown color: approx Mindaro. HEX triplet: CE, E0 and 78. RGB value is (206,224,120). Sum of RGB (Red+Green+Blue) = 206+224+120=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE078 is #311F87. Grayscale: #CFCFCF. Windows color (decimal): -3219336 or 7921870. OLE color: 7921870.

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

Color convert

RGB206224120-
CMYK0.0800.460.12
HSL70.38º62.65%67.45%-
HSV(B)70.38º46.43%87.84%-
XYZ55.567.7927.93-
YUV206.7679.04127.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 120 (47.27% from 255) = 21.82%
R=37.45%
G=40.73%
B=21.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062241200.0800.460.1270.3862.6567.45
HexCEE078802EC463f43
Octal316340170100561410677103
Binary1100111011100000111100010000101110110010001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE078; }

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

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

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

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

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

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

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

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