#CDEA5D

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

Shades of Mindaro #CDEA5D

Tints of Mindaro #CDEA5D

Color information

#CDEA5D (or 0xCDEA5D) is unknown color: approx Mindaro. HEX triplet: CD, EA and 5D. RGB value is (205,234,93). Sum of RGB (Red+Green+Blue) = 205+234+93=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA5D is #3215A2. Grayscale: #D1D1D1. Windows color (decimal): -3282339 or 6154957. OLE color: 6154957.

HSL color Cylindrical-coordinate representation of color #CDEA5D: hue angle of 72.34º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDEA5D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB20523493-
CMYK0.1200.600.08
HSL72.34º77.05%64.12%-
HSV(B)72.34º60.26%91.76%-
XYZ56.5872.6221.39-
YUV209.2662.39124.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 234 (91.80% from 255) = 43.98%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=38.53%
G=43.98%
B=17.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205234930.1200.600.0872.3477.0564.12
HexCDEA5DC03C8484d40
Octal3153521351407410110115100
Binary11001101111010101011101110001111001000100100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA5D; }

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

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

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

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

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

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

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

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