Shades of Sulu #CDF979
Tints of Sulu #CDF979
RGB
CMYK
RGB Variations
Color information
#CDF979 (or 0xCDF979) is known color: Sulu. HEX triplet: CD, F9 and 79. RGB value is (205,249,121). Sum of RGB (Red+Green+Blue) = 205+249+121=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF979 is #320686. Grayscale: #DDDDDD. Windows color (decimal): -3278471 or 7993805. OLE color: 7993805.
HSL color Cylindrical-coordinate representation of color #CDF979: hue angle of 80.62º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF979 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 121 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.02 |
| HSL | 80.63º | 0.91% | 0.73% | - |
| HSV(B) | 80.63º | 0.51% | 0.98% | - |
| XYZ | 62.5 | 82.11 | 30.64 | - |
| YUV | 221.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 121 | 0.18 | 0 | 0.51 | 0.02 | 80.63 | 0.91 | 0.73 |
| Hex | CD | F9 | 79 | 12 | 0 | 33 | 2 | 51 | 5B | 49 |
| Octal | 315 | 371 | 171 | 22 | 0 | 63 | 2 | 121 | 133 | 111 |
| Binary | 11001101 | 11111001 | 1111001 | 10010 | 0 | 110011 | 10 | 1010001 | 1011011 | 1001001 |
Color Harmonies of #CDF979
Complementary color
Monochromatic Colors of #CDF979
Black with #CDF979
Text Example
Text Example
White with #CDF979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF979; }
p { color: rgb(205,249,121); }
H1.HeaderClassName
{
color: #CDF979;
}
.AnyTagClassName
{
color: #CDF979;
}
</style>
background-color css
<style>
a { background-color: #CDF979; }
a { background-color: rgb(205,249,121); }
div.DivClassName
{
background-color: #CDF979;
}
.BgClassName
{
background-color: #CDF979;
}
</style>
border-color css
<style>
span { border-color: #CDF979; }
span { border-color: rgb(205,249,121); }
td.TdClassName
{
border-color: #CDF979;
}
.TagClassName
{
border-color: #CDF979;
}
</style>