#CCED5E

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

Shades of Mindaro #CCED5E

Tints of Mindaro #CCED5E

Color information

#CCED5E (or 0xCCED5E) is unknown color: approx Mindaro. HEX triplet: CC, ED and 5E. RGB value is (204,237,94). Sum of RGB (Red+Green+Blue) = 204+237+94=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED5E is #3312A1. Grayscale: #D3D3D3. Windows color (decimal): -3347106 or 6221260. OLE color: 6221260.

HSL color Cylindrical-coordinate representation of color #CCED5E: hue angle of 73.85º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCED5E is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB20423794-
CMYK0.1400.600.07
HSL73.85º79.89%64.9%-
HSV(B)73.85º60.34%92.94%-
XYZ57.2174.2121.9-
YUV210.8362.07123.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 237 (92.97% from 255) = 44.30%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=38.13%
G=44.30%
B=17.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204237940.1400.600.0773.8579.8964.9
HexCCED5EE03C74a5041
Octal314355136160747112120101
Binary1100110011101101101111011100111100111100101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED5E; }

 p { color: rgb(204,237,94); }

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

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

 a { background-color: rgb(204,237,94); }

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

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

 span { border-color: rgb(204,237,94); }

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