#CDEC70

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

Shades of Mindaro #CDEC70

Tints of Mindaro #CDEC70

Color information

#CDEC70 (or 0xCDEC70) is unknown color: approx Mindaro. HEX triplet: CD, EC and 70. RGB value is (205,236,112). Sum of RGB (Red+Green+Blue) = 205+236+112=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC70 is #32138F. Grayscale: #D5D5D5. Windows color (decimal): -3281808 or 7400653. OLE color: 7400653.

HSL color Cylindrical-coordinate representation of color #CDEC70: hue angle of 75º degrees, saturation: 0.77, 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 #CDEC70 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB205236112-
CMYK0.1300.530.07
HSL75º76.54%68.24%-
HSV(B)75º52.54%92.55%-
XYZ58.174.1426.58-
YUV212.5971.23122.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 112 (44.14% from 255) = 20.25%
R=37.07%
G=42.68%
B=20.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361120.1300.530.077576.5468.24
HexCDEC70D03574b4d44
Octal315354160150657113115104
Binary1100110111101100111000011010110101111100101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEC70; }

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

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

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

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

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

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

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

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