Shades of Sulu #CFF473
Tints of Sulu #CFF473
RGB
CMYK
RGB Variations
Color information
#CFF473 (or 0xCFF473) is known color: Sulu. HEX triplet: CF, F4 and 73. RGB value is (207,244,115). Sum of RGB (Red+Green+Blue) = 207+244+115=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF473 is #300B8C. Grayscale: #DADADA. Windows color (decimal): -3148685 or 7599311. OLE color: 7599311.
HSL color Cylindrical-coordinate representation of color #CFF473: hue angle of 77.21º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF473 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 115 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.04 |
| HSL | 77.21º | 0.85% | 0.7% | - |
| HSV(B) | 77.21º | 0.53% | 0.96% | - |
| XYZ | 61.18 | 79.2 | 28.28 | - |
| YUV | 218.23 | 69.74 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 115 | 0.15 | 0 | 0.53 | 0.04 | 77.21 | 0.85 | 0.7 |
| Hex | CF | F4 | 73 | F | 0 | 35 | 4 | 4D | 55 | 46 |
| Octal | 317 | 364 | 163 | 17 | 0 | 65 | 4 | 115 | 125 | 106 |
| Binary | 11001111 | 11110100 | 1110011 | 1111 | 0 | 110101 | 100 | 1001101 | 1010101 | 1000110 |
Color Harmonies of #CFF473
Complementary color
Monochromatic Colors of #CFF473
Black with #CFF473
Text Example
Text Example
White with #CFF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF473; }
p { color: rgb(207,244,115); }
H1.HeaderClassName
{
color: #CFF473;
}
.AnyTagClassName
{
color: #CFF473;
}
</style>
background-color css
<style>
a { background-color: #CFF473; }
a { background-color: rgb(207,244,115); }
div.DivClassName
{
background-color: #CFF473;
}
.BgClassName
{
background-color: #CFF473;
}
</style>
border-color css
<style>
span { border-color: #CFF473; }
span { border-color: rgb(207,244,115); }
td.TdClassName
{
border-color: #CFF473;
}
.TagClassName
{
border-color: #CFF473;
}
</style>