#CDEA72

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

Shades of Mindaro #CDEA72

Tints of Mindaro #CDEA72

Color information

#CDEA72 (or 0xCDEA72) is unknown color: approx Mindaro. HEX triplet: CD, EA and 72. RGB value is (205,234,114). Sum of RGB (Red+Green+Blue) = 205+234+114=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA72 is #32158D. Grayscale: #D4D4D4. Windows color (decimal): -3282318 or 7531213. OLE color: 7531213.

HSL color Cylindrical-coordinate representation of color #CDEA72: hue angle of 74.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDEA72 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB205234114-
CMYK0.1200.510.08
HSL74.5º74.07%68.24%-
HSV(B)74.5º51.28%91.76%-
XYZ57.6473.0426.98-
YUV211.6572.89123.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 114 (44.92% from 255) = 20.61%
R=37.07%
G=42.31%
B=20.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341140.1200.510.0874.574.0768.24
HexCDEA72C03384a4a44
Octal3153521621406310112112104
Binary11001101111010101110010110001100111000100101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA72; }

 p { color: rgb(205,234,114); }

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

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

 a { background-color: rgb(205,234,114); }

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

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

 span { border-color: rgb(205,234,114); }

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