#CDF584

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

Shades of Sulu #CDF584

Tints of Sulu #CDF584

Color information

#CDF584 (or 0xCDF584) is unknown color: approx Sulu. HEX triplet: CD, F5 and 84. RGB value is (205,245,132). Sum of RGB (Red+Green+Blue) = 205+245+132=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF584 is #320A7B. Grayscale: #DCDCDC. Windows color (decimal): -3279484 or 8713677. OLE color: 8713677.

HSL color Cylindrical-coordinate representation of color #CDF584: hue angle of 81.24º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDF584 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB205245132-
CMYK0.1600.460.04
HSL81.24º84.96%73.92%-
HSV(B)81.24º46.12%96.08%-
XYZ61.9979.9533.99-
YUV220.1678.25117.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 245 (96.09% from 255) = 42.10%
BLUE value IS 132 (51.95% from 255) = 22.68%
R=35.22%
G=42.10%
B=22.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451320.1600.460.0481.2484.9673.92
HexCDF5841002E451554a
Octal315365204200564121125112
Binary110011011111010110000100100000101110100101000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF584; }

 p { color: rgb(205,245,132); }

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

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

 a { background-color: rgb(205,245,132); }

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

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

 span { border-color: rgb(205,245,132); }

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