Shades of Sulu #CDF676
Tints of Sulu #CDF676
RGB
CMYK
RGB Variations
Color information
#CDF676 (or 0xCDF676) is known color: 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
| RGB | 205 | 246 | 118 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.04 |
| HSL | 79.22º | 0.88% | 0.71% | - |
| HSV(B) | 79.22º | 0.52% | 0.96% | - |
| XYZ | 61.4 | 80.2 | 29.38 | - |
| YUV | 219.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 118 | 0.17 | 0 | 0.52 | 0.04 | 79.22 | 0.88 | 0.71 |
| Hex | CD | F6 | 76 | 11 | 0 | 34 | 4 | 4F | 58 | 47 |
| Octal | 315 | 366 | 166 | 21 | 0 | 64 | 4 | 117 | 130 | 107 |
| Binary | 11001101 | 11110110 | 1110110 | 10001 | 0 | 110100 | 100 | 1001111 | 1011000 | 1000111 |
Color Harmonies of #CDF676
Complementary color
Monochromatic Colors of #CDF676
Black with #CDF676
Text Example
Text Example
White with #CDF676
Text Example
Text Example
HTML Codes & Css Web 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>