#CDF676

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

Shades of Sulu #CDF676

Tints of Sulu #CDF676

Color information

#CDF676 (or 0xCDF676) is unknown color: approx Sulu. HEX triplet: CD, F6 and 76. RGB value is (205,246,118). Sum of RGB (Red+Green+Blue) = 205+246+118=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF676 is #320989. Grayscale: #DBDBDB. Windows color (decimal): -3279242 or 7796429. OLE color: 7796429.

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

Color convert

RGB205246118-
CMYK0.1700.520.04
HSL79.22º87.67%71.37%-
HSV(B)79.22º52.03%96.47%-
XYZ61.480.229.38-
YUV219.1570.92117.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=36.03%
G=43.23%
B=20.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052461180.1700.520.0479.2287.6771.37
HexCDF6761103444f5847
Octal315366166210644117130107
Binary11001101111101101110110100010110100100100111110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF676; }

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

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

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

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

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

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

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

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