Shades of Sulu #CDF17D
Tints of Sulu #CDF17D
RGB
CMYK
RGB Variations
Color information
#CDF17D (or 0xCDF17D) is known color: Sulu. HEX triplet: CD, F1 and 7D. RGB value is (205,241,125). Sum of RGB (Red+Green+Blue) = 205+241+125=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF17D is #320E82. Grayscale: #D9D9D9. Windows color (decimal): -3280515 or 8253901. OLE color: 8253901.
HSL color Cylindrical-coordinate representation of color #CDF17D: hue angle of 78.62º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF17D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 125 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 78.62º | 0.81% | 0.72% | - |
| HSV(B) | 78.62º | 0.48% | 0.95% | - |
| XYZ | 60.33 | 77.37 | 31.16 | - |
| YUV | 217.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 125 | 0.15 | 0 | 0.48 | 0.05 | 78.62 | 0.81 | 0.72 |
| Hex | CD | F1 | 7D | F | 0 | 30 | 5 | 4F | 51 | 48 |
| Octal | 315 | 361 | 175 | 17 | 0 | 60 | 5 | 117 | 121 | 110 |
| Binary | 11001101 | 11110001 | 1111101 | 1111 | 0 | 110000 | 101 | 1001111 | 1010001 | 1001000 |
Color Harmonies of #CDF17D
Complementary color
Monochromatic Colors of #CDF17D
Black with #CDF17D
Text Example
Text Example
White with #CDF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF17D; }
p { color: rgb(205,241,125); }
H1.HeaderClassName
{
color: #CDF17D;
}
.AnyTagClassName
{
color: #CDF17D;
}
</style>
background-color css
<style>
a { background-color: #CDF17D; }
a { background-color: rgb(205,241,125); }
div.DivClassName
{
background-color: #CDF17D;
}
.BgClassName
{
background-color: #CDF17D;
}
</style>
border-color css
<style>
span { border-color: #CDF17D; }
span { border-color: rgb(205,241,125); }
td.TdClassName
{
border-color: #CDF17D;
}
.TagClassName
{
border-color: #CDF17D;
}
</style>