Shades of Sulu #CDF97C
Tints of Sulu #CDF97C
RGB
CMYK
RGB Variations
Color information
#CDF97C (or 0xCDF97C) is known color: Sulu. HEX triplet: CD, F9 and 7C. RGB value is (205,249,124). Sum of RGB (Red+Green+Blue) = 205+249+124=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF97C is #320683. Grayscale: #DEDEDE. Windows color (decimal): -3278468 or 8190413. OLE color: 8190413.
HSL color Cylindrical-coordinate representation of color #CDF97C: hue angle of 81.12º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF97C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 124 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.02 |
| HSL | 81.12º | 0.91% | 0.73% | - |
| HSV(B) | 81.12º | 0.5% | 0.98% | - |
| XYZ | 62.69 | 82.19 | 31.63 | - |
| YUV | 221.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 124 | 0.18 | 0 | 0.50 | 0.02 | 81.12 | 0.91 | 0.73 |
| Hex | CD | F9 | 7C | 12 | 0 | 32 | 2 | 51 | 5B | 49 |
| Octal | 315 | 371 | 174 | 22 | 0 | 62 | 2 | 121 | 133 | 111 |
| Binary | 11001101 | 11111001 | 1111100 | 10010 | 0 | 110010 | 10 | 1010001 | 1011011 | 1001001 |
Color Harmonies of #CDF97C
Complementary color
Monochromatic Colors of #CDF97C
Black with #CDF97C
Text Example
Text Example
White with #CDF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF97C; }
p { color: rgb(205,249,124); }
H1.HeaderClassName
{
color: #CDF97C;
}
.AnyTagClassName
{
color: #CDF97C;
}
</style>
background-color css
<style>
a { background-color: #CDF97C; }
a { background-color: rgb(205,249,124); }
div.DivClassName
{
background-color: #CDF97C;
}
.BgClassName
{
background-color: #CDF97C;
}
</style>
border-color css
<style>
span { border-color: #CDF97C; }
span { border-color: rgb(205,249,124); }
td.TdClassName
{
border-color: #CDF97C;
}
.TagClassName
{
border-color: #CDF97C;
}
</style>