#CDF659

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

Shades of Mindaro #CDF659

Tints of Mindaro #CDF659

Color information

#CDF659 (or 0xCDF659) is unknown color: approx Mindaro. HEX triplet: CD, F6 and 59. RGB value is (205,246,89). Sum of RGB (Red+Green+Blue) = 205+246+89=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF659 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF659 is #3209A6. Grayscale: #D8D8D8. Windows color (decimal): -3279271 or 5895885. OLE color: 5895885.

HSL color Cylindrical-coordinate representation of color #CDF659: hue angle of 75.67º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF659 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB20524689-
CMYK0.1700.640.04
HSL75.67º89.71%65.69%-
HSV(B)75.67º63.82%96.47%-
XYZ59.9479.6121.66-
YUV215.8456.42120.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 246 (96.48% from 255) = 45.56%
BLUE value IS 89 (35.16% from 255) = 16.48%
R=37.96%
G=45.56%
B=16.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205246890.1700.640.0475.6789.7165.69
HexCDF6591104044c5a42
Octal3153661312101004114132102
Binary110011011111011010110011000101000000100100110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF659; }

 p { color: rgb(205,246,89); }

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

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

 a { background-color: rgb(205,246,89); }

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

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

 span { border-color: rgb(205,246,89); }

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