Shades of Sulu #CFF57C
Tints of Sulu #CFF57C
RGB
CMYK
RGB Variations
Color information
#CFF57C (or 0xCFF57C) is known color: Sulu. HEX triplet: CF, F5 and 7C. RGB value is (207,245,124). Sum of RGB (Red+Green+Blue) = 207+245+124=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF57C is #300A83. Grayscale: #DCDCDC. Windows color (decimal): -3148420 or 8189391. OLE color: 8189391.
HSL color Cylindrical-coordinate representation of color #CFF57C: hue angle of 78.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF57C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 124 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.04 |
| HSL | 78.84º | 0.86% | 0.72% | - |
| HSV(B) | 78.84º | 0.49% | 0.96% | - |
| XYZ | 62.02 | 80.03 | 31.25 | - |
| YUV | 219.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 124 | 0.16 | 0 | 0.49 | 0.04 | 78.84 | 0.86 | 0.72 |
| Hex | CF | F5 | 7C | 10 | 0 | 31 | 4 | 4F | 56 | 48 |
| Octal | 317 | 365 | 174 | 20 | 0 | 61 | 4 | 117 | 126 | 110 |
| Binary | 11001111 | 11110101 | 1111100 | 10000 | 0 | 110001 | 100 | 1001111 | 1010110 | 1001000 |
Color Harmonies of #CFF57C
Complementary color
Monochromatic Colors of #CFF57C
Black with #CFF57C
Text Example
Text Example
White with #CFF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF57C; }
p { color: rgb(207,245,124); }
H1.HeaderClassName
{
color: #CFF57C;
}
.AnyTagClassName
{
color: #CFF57C;
}
</style>
background-color css
<style>
a { background-color: #CFF57C; }
a { background-color: rgb(207,245,124); }
div.DivClassName
{
background-color: #CFF57C;
}
.BgClassName
{
background-color: #CFF57C;
}
</style>
border-color css
<style>
span { border-color: #CFF57C; }
span { border-color: rgb(207,245,124); }
td.TdClassName
{
border-color: #CFF57C;
}
.TagClassName
{
border-color: #CFF57C;
}
</style>