Shades of Sulu #CFF17B
Tints of Sulu #CFF17B
RGB
CMYK
RGB Variations
Color information
#CFF17B (or 0xCFF17B) is known color: Sulu. HEX triplet: CF, F1 and 7B. RGB value is (207,241,123). Sum of RGB (Red+Green+Blue) = 207+241+123=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF17B is #300E84. Grayscale: #D9D9D9. Windows color (decimal): -3149445 or 8122831. OLE color: 8122831.
HSL color Cylindrical-coordinate representation of color #CFF17B: hue angle of 77.29º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF17B is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 123 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.05 |
| HSL | 77.29º | 0.81% | 0.71% | - |
| HSV(B) | 77.29º | 0.49% | 0.95% | - |
| XYZ | 60.76 | 77.61 | 30.52 | - |
| YUV | 217.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 123 | 0.14 | 0 | 0.49 | 0.05 | 77.29 | 0.81 | 0.71 |
| Hex | CF | F1 | 7B | E | 0 | 31 | 5 | 4D | 51 | 47 |
| Octal | 317 | 361 | 173 | 16 | 0 | 61 | 5 | 115 | 121 | 107 |
| Binary | 11001111 | 11110001 | 1111011 | 1110 | 0 | 110001 | 101 | 1001101 | 1010001 | 1000111 |
Color Harmonies of #CFF17B
Complementary color
Monochromatic Colors of #CFF17B
Black with #CFF17B
Text Example
Text Example
White with #CFF17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF17B; }
p { color: rgb(207,241,123); }
H1.HeaderClassName
{
color: #CFF17B;
}
.AnyTagClassName
{
color: #CFF17B;
}
</style>
background-color css
<style>
a { background-color: #CFF17B; }
a { background-color: rgb(207,241,123); }
div.DivClassName
{
background-color: #CFF17B;
}
.BgClassName
{
background-color: #CFF17B;
}
</style>
border-color css
<style>
span { border-color: #CFF17B; }
span { border-color: rgb(207,241,123); }
td.TdClassName
{
border-color: #CFF17B;
}
.TagClassName
{
border-color: #CFF17B;
}
</style>