#CDEA55

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

Shades of Mindaro #CDEA55

Tints of Mindaro #CDEA55

Color information

#CDEA55 (or 0xCDEA55) is unknown color: approx Mindaro. HEX triplet: CD, EA and 55. RGB value is (205,234,85). Sum of RGB (Red+Green+Blue) = 205+234+85=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA55 is #3215AA. Grayscale: #D0D0D0. Windows color (decimal): -3282347 or 5630669. OLE color: 5630669.

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

Color convert

RGB20523485-
CMYK0.1200.640.08
HSL71.68º78.01%62.55%-
HSV(B)71.68º63.68%91.76%-
XYZ56.2472.4819.62-
YUV208.3458.39125.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 85 (33.59% from 255) = 16.22%
R=39.12%
G=44.66%
B=16.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205234850.1200.640.0871.6878.0162.55
HexCDEA55C0408484e3f
Octal3153521251401001011011677
Binary11001101111010101010101110001000000100010010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA55; }

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

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

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

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

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

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

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

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