Shades of Sulu #CDF96D
Tints of Sulu #CDF96D
RGB
CMYK
RGB Variations
Color information
#CDF96D (or 0xCDF96D) is known color: Sulu. HEX triplet: CD, F9 and 6D. RGB value is (205,249,109). Sum of RGB (Red+Green+Blue) = 205+249+109=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF96D is #320692. Grayscale: #DCDCDC. Windows color (decimal): -3278483 or 7207373. OLE color: 7207373.
HSL color Cylindrical-coordinate representation of color #CDF96D: hue angle of 78.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDF96D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 109 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.02 |
| HSL | 78.86º | 0.92% | 0.7% | - |
| HSV(B) | 78.86º | 0.56% | 0.98% | - |
| XYZ | 61.81 | 81.83 | 27.01 | - |
| YUV | 219.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 109 | 0.18 | 0 | 0.56 | 0.02 | 78.86 | 0.92 | 0.7 |
| Hex | CD | F9 | 6D | 12 | 0 | 38 | 2 | 4F | 5C | 46 |
| Octal | 315 | 371 | 155 | 22 | 0 | 70 | 2 | 117 | 134 | 106 |
| Binary | 11001101 | 11111001 | 1101101 | 10010 | 0 | 111000 | 10 | 1001111 | 1011100 | 1000110 |
Color Harmonies of #CDF96D
Complementary color
Monochromatic Colors of #CDF96D
Black with #CDF96D
Text Example
Text Example
White with #CDF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF96D; }
p { color: rgb(205,249,109); }
H1.HeaderClassName
{
color: #CDF96D;
}
.AnyTagClassName
{
color: #CDF96D;
}
</style>
background-color css
<style>
a { background-color: #CDF96D; }
a { background-color: rgb(205,249,109); }
div.DivClassName
{
background-color: #CDF96D;
}
.BgClassName
{
background-color: #CDF96D;
}
</style>
border-color css
<style>
span { border-color: #CDF96D; }
span { border-color: rgb(205,249,109); }
td.TdClassName
{
border-color: #CDF96D;
}
.TagClassName
{
border-color: #CDF96D;
}
</style>