Shades of Sulu #CFF37F
Tints of Sulu #CFF37F
RGB
CMYK
RGB Variations
Color information
#CFF37F (or 0xCFF37F) is known color: Sulu. HEX triplet: CF, F3 and 7F. RGB value is (207,243,127). Sum of RGB (Red+Green+Blue) = 207+243+127=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF37F is #300C80. Grayscale: #DBDBDB. Windows color (decimal): -3148929 or 8385487. OLE color: 8385487.
HSL color Cylindrical-coordinate representation of color #CFF37F: hue angle of 78.62º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF37F is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 127 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.05 |
| HSL | 78.62º | 0.83% | 0.73% | - |
| HSV(B) | 78.62º | 0.48% | 0.95% | - |
| XYZ | 61.61 | 78.9 | 32.06 | - |
| YUV | 219.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 127 | 0.15 | 0 | 0.48 | 0.05 | 78.62 | 0.83 | 0.73 |
| Hex | CF | F3 | 7F | F | 0 | 30 | 5 | 4F | 53 | 49 |
| Octal | 317 | 363 | 177 | 17 | 0 | 60 | 5 | 117 | 123 | 111 |
| Binary | 11001111 | 11110011 | 1111111 | 1111 | 0 | 110000 | 101 | 1001111 | 1010011 | 1001001 |
Color Harmonies of #CFF37F
Complementary color
Monochromatic Colors of #CFF37F
Black with #CFF37F
Text Example
Text Example
White with #CFF37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF37F; }
p { color: rgb(207,243,127); }
H1.HeaderClassName
{
color: #CFF37F;
}
.AnyTagClassName
{
color: #CFF37F;
}
</style>
background-color css
<style>
a { background-color: #CFF37F; }
a { background-color: rgb(207,243,127); }
div.DivClassName
{
background-color: #CFF37F;
}
.BgClassName
{
background-color: #CFF37F;
}
</style>
border-color css
<style>
span { border-color: #CFF37F; }
span { border-color: rgb(207,243,127); }
td.TdClassName
{
border-color: #CFF37F;
}
.TagClassName
{
border-color: #CFF37F;
}
</style>