Shades of Sulu #CFF17D
Tints of Sulu #CFF17D
RGB
CMYK
RGB Variations
Color information
#CFF17D (or 0xCFF17D) is known color: Sulu. HEX triplet: CF, F1 and 7D. RGB value is (207,241,125). Sum of RGB (Red+Green+Blue) = 207+241+125=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF17D is #300E82. Grayscale: #DADADA. Windows color (decimal): -3149443 or 8253903. OLE color: 8253903.
HSL color Cylindrical-coordinate representation of color #CFF17D: hue angle of 77.59º 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 #CFF17D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 125 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.05 |
| HSL | 77.59º | 0.81% | 0.72% | - |
| HSV(B) | 77.59º | 0.48% | 0.95% | - |
| XYZ | 60.89 | 77.66 | 31.18 | - |
| YUV | 217.61 | 75.74 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 125 | 0.14 | 0 | 0.48 | 0.05 | 77.59 | 0.81 | 0.72 |
| Hex | CF | F1 | 7D | E | 0 | 30 | 5 | 4E | 51 | 48 |
| Octal | 317 | 361 | 175 | 16 | 0 | 60 | 5 | 116 | 121 | 110 |
| Binary | 11001111 | 11110001 | 1111101 | 1110 | 0 | 110000 | 101 | 1001110 | 1010001 | 1001000 |
Color Harmonies of #CFF17D
Complementary color
Monochromatic Colors of #CFF17D
Black with #CFF17D
Text Example
Text Example
White with #CFF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF17D; }
p { color: rgb(207,241,125); }
H1.HeaderClassName
{
color: #CFF17D;
}
.AnyTagClassName
{
color: #CFF17D;
}
</style>
background-color css
<style>
a { background-color: #CFF17D; }
a { background-color: rgb(207,241,125); }
div.DivClassName
{
background-color: #CFF17D;
}
.BgClassName
{
background-color: #CFF17D;
}
</style>
border-color css
<style>
span { border-color: #CFF17D; }
span { border-color: rgb(207,241,125); }
td.TdClassName
{
border-color: #CFF17D;
}
.TagClassName
{
border-color: #CFF17D;
}
</style>