#CDEC6D

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

Shades of Mindaro #CDEC6D

Tints of Mindaro #CDEC6D

Color information

#CDEC6D (or 0xCDEC6D) is unknown color: approx Mindaro. HEX triplet: CD, EC and 6D. RGB value is (205,236,109). Sum of RGB (Red+Green+Blue) = 205+236+109=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC6D is #321392. Grayscale: #D4D4D4. Windows color (decimal): -3281811 or 7204045. OLE color: 7204045.

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

Color convert

RGB205236109-
CMYK0.1300.540.07
HSL74.65º76.97%67.65%-
HSV(B)74.65º53.81%92.55%-
XYZ57.9374.0725.71-
YUV212.2569.73122.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 109 (42.97% from 255) = 19.82%
R=37.27%
G=42.91%
B=19.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361090.1300.540.0774.6576.9767.65
HexCDEC6DD03674b4d44
Octal315354155150667113115104
Binary1100110111101100110110111010110110111100101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEC6D; }

 p { color: rgb(205,236,109); }

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

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

 a { background-color: rgb(205,236,109); }

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

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

 span { border-color: rgb(205,236,109); }

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