Shades of Sulu #CFF47B
Tints of Sulu #CFF47B
RGB
CMYK
RGB Variations
Color information
#CFF47B (or 0xCFF47B) is known color: Sulu. HEX triplet: CF, F4 and 7B. RGB value is (207,244,123). Sum of RGB (Red+Green+Blue) = 207+244+123=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 123 (48.44% from 255 or 21.43% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF47B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF47B is #300B84. Grayscale: #DBDBDB. Windows color (decimal): -3148677 or 8123599. OLE color: 8123599.
HSL color Cylindrical-coordinate representation of color #CFF47B: hue angle of 78.35º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFF47B is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 123 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.04 |
| HSL | 78.35º | 0.85% | 0.72% | - |
| HSV(B) | 78.35º | 0.5% | 0.96% | - |
| XYZ | 61.66 | 79.4 | 30.81 | - |
| YUV | 219.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 123 | 0.15 | 0 | 0.50 | 0.04 | 78.35 | 0.85 | 0.72 |
| Hex | CF | F4 | 7B | F | 0 | 32 | 4 | 4E | 55 | 48 |
| Octal | 317 | 364 | 173 | 17 | 0 | 62 | 4 | 116 | 125 | 110 |
| Binary | 11001111 | 11110100 | 1111011 | 1111 | 0 | 110010 | 100 | 1001110 | 1010101 | 1001000 |
Color Harmonies of #CFF47B
Complementary color
Monochromatic Colors of #CFF47B
Black with #CFF47B
Text Example
Text Example
White with #CFF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF47B; }
p { color: rgb(207,244,123); }
H1.HeaderClassName
{
color: #CFF47B;
}
.AnyTagClassName
{
color: #CFF47B;
}
</style>
background-color css
<style>
a { background-color: #CFF47B; }
a { background-color: rgb(207,244,123); }
div.DivClassName
{
background-color: #CFF47B;
}
.BgClassName
{
background-color: #CFF47B;
}
</style>
border-color css
<style>
span { border-color: #CFF47B; }
span { border-color: rgb(207,244,123); }
td.TdClassName
{
border-color: #CFF47B;
}
.TagClassName
{
border-color: #CFF47B;
}
</style>