Shades of Sulu #CDF96F
Tints of Sulu #CDF96F
RGB
CMYK
RGB Variations
Color information
#CDF96F (or 0xCDF96F) is known color: Sulu. HEX triplet: CD, F9 and 6F. RGB value is (205,249,111). Sum of RGB (Red+Green+Blue) = 205+249+111=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF96F is #320690. Grayscale: #DCDCDC. Windows color (decimal): -3278481 or 7338445. OLE color: 7338445.
HSL color Cylindrical-coordinate representation of color #CDF96F: hue angle of 79.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF96F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 111 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.02 |
| HSL | 79.13º | 0.92% | 0.71% | - |
| HSV(B) | 79.13º | 0.55% | 0.98% | - |
| XYZ | 61.92 | 81.88 | 27.58 | - |
| YUV | 220.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 111 | 0.18 | 0 | 0.55 | 0.02 | 79.13 | 0.92 | 0.71 |
| Hex | CD | F9 | 6F | 12 | 0 | 37 | 2 | 4F | 5C | 47 |
| Octal | 315 | 371 | 157 | 22 | 0 | 67 | 2 | 117 | 134 | 107 |
| Binary | 11001101 | 11111001 | 1101111 | 10010 | 0 | 110111 | 10 | 1001111 | 1011100 | 1000111 |
Color Harmonies of #CDF96F
Complementary color
Monochromatic Colors of #CDF96F
Black with #CDF96F
Text Example
Text Example
White with #CDF96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF96F; }
p { color: rgb(205,249,111); }
H1.HeaderClassName
{
color: #CDF96F;
}
.AnyTagClassName
{
color: #CDF96F;
}
</style>
background-color css
<style>
a { background-color: #CDF96F; }
a { background-color: rgb(205,249,111); }
div.DivClassName
{
background-color: #CDF96F;
}
.BgClassName
{
background-color: #CDF96F;
}
</style>
border-color css
<style>
span { border-color: #CDF96F; }
span { border-color: rgb(205,249,111); }
td.TdClassName
{
border-color: #CDF96F;
}
.TagClassName
{
border-color: #CDF96F;
}
</style>