#CCDE6C

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

Shades of Mindaro #CCDE6C

Tints of Mindaro #CCDE6C

Color information

#CCDE6C (or 0xCCDE6C) is unknown color: approx Mindaro. HEX triplet: CC, DE and 6C. RGB value is (204,222,108). Sum of RGB (Red+Green+Blue) = 204+222+108=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE6C is #332193. Grayscale: #CCCCCC. Windows color (decimal): -3350932 or 7134924. OLE color: 7134924.

HSL color Cylindrical-coordinate representation of color #CCDE6C: hue angle of 69.47º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCDE6C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB204222108-
CMYK0.0800.510.13
HSL69.47º63.33%64.71%-
HSV(B)69.47º51.35%87.06%-
XYZ53.7366.1624.13-
YUV203.6274.04128.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 108 (42.58% from 255) = 20.22%
R=38.20%
G=41.57%
B=20.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221080.0800.510.1369.4763.3364.71
HexCCDE6C8033D453f41
Octal314336154100631510577101
Binary1100110011011110110110010000110011110110001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE6C; }

 p { color: rgb(204,222,108); }

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

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

 a { background-color: rgb(204,222,108); }

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

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

 span { border-color: rgb(204,222,108); }

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