Shades of Sulu #CFF373
Tints of Sulu #CFF373
RGB
CMYK
RGB Variations
Color information
#CFF373 (or 0xCFF373) is known color: Sulu. HEX triplet: CF, F3 and 73. RGB value is (207,243,115). Sum of RGB (Red+Green+Blue) = 207+243+115=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF373 is #300C8C. Grayscale: #DADADA. Windows color (decimal): -3148941 or 7599055. OLE color: 7599055.
HSL color Cylindrical-coordinate representation of color #CFF373: hue angle of 76.88º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF373 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 115 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.05 |
| HSL | 76.88º | 0.84% | 0.7% | - |
| HSV(B) | 76.88º | 0.53% | 0.95% | - |
| XYZ | 60.88 | 78.6 | 28.18 | - |
| YUV | 217.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 115 | 0.15 | 0 | 0.53 | 0.05 | 76.88 | 0.84 | 0.7 |
| Hex | CF | F3 | 73 | F | 0 | 35 | 5 | 4D | 54 | 46 |
| Octal | 317 | 363 | 163 | 17 | 0 | 65 | 5 | 115 | 124 | 106 |
| Binary | 11001111 | 11110011 | 1110011 | 1111 | 0 | 110101 | 101 | 1001101 | 1010100 | 1000110 |
Color Harmonies of #CFF373
Complementary color
Monochromatic Colors of #CFF373
Black with #CFF373
Text Example
Text Example
White with #CFF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF373; }
p { color: rgb(207,243,115); }
H1.HeaderClassName
{
color: #CFF373;
}
.AnyTagClassName
{
color: #CFF373;
}
</style>
background-color css
<style>
a { background-color: #CFF373; }
a { background-color: rgb(207,243,115); }
div.DivClassName
{
background-color: #CFF373;
}
.BgClassName
{
background-color: #CFF373;
}
</style>
border-color css
<style>
span { border-color: #CFF373; }
span { border-color: rgb(207,243,115); }
td.TdClassName
{
border-color: #CFF373;
}
.TagClassName
{
border-color: #CFF373;
}
</style>