Shades of Sulu #CFF57E
Tints of Sulu #CFF57E
RGB
CMYK
RGB Variations
Color information
#CFF57E (or 0xCFF57E) is known color: Sulu. HEX triplet: CF, F5 and 7E. RGB value is (207,245,126). Sum of RGB (Red+Green+Blue) = 207+245+126=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF57E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF57E is #300A81. Grayscale: #DCDCDC. Windows color (decimal): -3148418 or 8320463. OLE color: 8320463.
HSL color Cylindrical-coordinate representation of color #CFF57E: hue angle of 79.16º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF57E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 126 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.04 |
| HSL | 79.16º | 0.86% | 0.73% | - |
| HSV(B) | 79.16º | 0.49% | 0.96% | - |
| XYZ | 62.15 | 80.08 | 31.92 | - |
| YUV | 220.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 126 | 0.16 | 0 | 0.49 | 0.04 | 79.16 | 0.86 | 0.73 |
| Hex | CF | F5 | 7E | 10 | 0 | 31 | 4 | 4F | 56 | 49 |
| Octal | 317 | 365 | 176 | 20 | 0 | 61 | 4 | 117 | 126 | 111 |
| Binary | 11001111 | 11110101 | 1111110 | 10000 | 0 | 110001 | 100 | 1001111 | 1010110 | 1001001 |
Color Harmonies of #CFF57E
Complementary color
Monochromatic Colors of #CFF57E
Black with #CFF57E
Text Example
Text Example
White with #CFF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF57E; }
p { color: rgb(207,245,126); }
H1.HeaderClassName
{
color: #CFF57E;
}
.AnyTagClassName
{
color: #CFF57E;
}
</style>
background-color css
<style>
a { background-color: #CFF57E; }
a { background-color: rgb(207,245,126); }
div.DivClassName
{
background-color: #CFF57E;
}
.BgClassName
{
background-color: #CFF57E;
}
</style>
border-color css
<style>
span { border-color: #CFF57E; }
span { border-color: rgb(207,245,126); }
td.TdClassName
{
border-color: #CFF57E;
}
.TagClassName
{
border-color: #CFF57E;
}
</style>