#CDEE6F

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

Shades of Mindaro #CDEE6F

Tints of Mindaro #CDEE6F

Color information

#CDEE6F (or 0xCDEE6F) is unknown color: approx Mindaro. HEX triplet: CD, EE and 6F. RGB value is (205,238,111). Sum of RGB (Red+Green+Blue) = 205+238+111=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE6F is #321190. Grayscale: #D6D6D6. Windows color (decimal): -3281297 or 7335629. OLE color: 7335629.

HSL color Cylindrical-coordinate representation of color #CDEE6F: hue angle of 75.59º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDEE6F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB205238111-
CMYK0.1400.530.07
HSL75.59º78.88%68.43%-
HSV(B)75.59º53.36%93.33%-
XYZ58.6275.2826.48-
YUV213.6570.07121.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 111 (43.75% from 255) = 20.04%
R=37.00%
G=42.96%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381110.1400.530.0775.5978.8868.43
HexCDEE6FE03574c4f44
Octal315356157160657114117104
Binary1100110111101110110111111100110101111100110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE6F; }

 p { color: rgb(205,238,111); }

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

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

 a { background-color: rgb(205,238,111); }

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

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

 span { border-color: rgb(205,238,111); }

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