#CEEE6A

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

Shades of Mindaro #CEEE6A

Tints of Mindaro #CEEE6A

Color information

#CEEE6A (or 0xCEEE6A) is unknown color: approx Mindaro. HEX triplet: CE, EE and 6A. RGB value is (206,238,106). Sum of RGB (Red+Green+Blue) = 206+238+106=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE6A is #311195. Grayscale: #D5D5D5. Windows color (decimal): -3215766 or 7007950. OLE color: 7007950.

HSL color Cylindrical-coordinate representation of color #CEEE6A: hue angle of 74.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEEE6A is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB206238106-
CMYK0.1300.550.07
HSL74.55º79.52%67.45%-
HSV(B)74.55º55.46%93.33%-
XYZ58.6375.3125.08-
YUV213.3867.4122.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 106 (41.80% from 255) = 19.27%
R=37.45%
G=43.27%
B=19.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381060.1300.550.0774.5579.5267.45
HexCEEE6AD03774b5043
Octal316356152150677113120103
Binary1100111011101110110101011010110111111100101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE6A; }

 p { color: rgb(206,238,106); }

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

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

 a { background-color: rgb(206,238,106); }

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

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

 span { border-color: rgb(206,238,106); }

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