#CDE16C

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

Shades of Mindaro #CDE16C

Tints of Mindaro #CDE16C

Color information

#CDE16C (or 0xCDE16C) is unknown color: approx Mindaro. HEX triplet: CD, E1 and 6C. RGB value is (205,225,108). Sum of RGB (Red+Green+Blue) = 205+225+108=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE16C is #321E93. Grayscale: #CECECE. Windows color (decimal): -3284628 or 7135693. OLE color: 7135693.

HSL color Cylindrical-coordinate representation of color #CDE16C: hue angle of 70.26º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDE16C is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB205225108-
CMYK0.0900.520.12
HSL70.26º66.1%65.29%-
HSV(B)70.26º52%88.24%-
XYZ54.8167.9124.41-
YUV205.6872.87127.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 108 (42.58% from 255) = 20.07%
R=38.10%
G=41.82%
B=20.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251080.0900.520.1270.2666.165.29
HexCDE16C9034C464241
Octal3153411541106414106102101
Binary11001101111000011101100100101101001100100011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE16C; }

 p { color: rgb(205,225,108); }

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

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

 a { background-color: rgb(205,225,108); }

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

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

 span { border-color: rgb(205,225,108); }

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