Shades of Sulu #CFFE74
Tints of Sulu #CFFE74
RGB
CMYK
RGB Variations
Color information
#CFFE74 (or 0xCFFE74) is known color: Sulu. HEX triplet: CF, FE and 74. RGB value is (207,254,116). Sum of RGB (Red+Green+Blue) = 207+254+116=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE74 is #30018B. Grayscale: #E0E0E0. Windows color (decimal): -3146124 or 7667407. OLE color: 7667407.
HSL color Cylindrical-coordinate representation of color #CFFE74: hue angle of 80.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFFE74 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 116 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.00 |
| HSL | 80.43º | 0.99% | 0.73% | - |
| HSV(B) | 80.43º | 0.54% | 1% | - |
| XYZ | 64.33 | 85.41 | 29.62 | - |
| YUV | 224.22 | 66.93 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 116 | 0.19 | 0 | 0.54 | 0.00 | 80.43 | 0.99 | 0.73 |
| Hex | CF | FE | 74 | 13 | 0 | 36 | 0 | 50 | 63 | 49 |
| Octal | 317 | 376 | 164 | 23 | 0 | 66 | 0 | 120 | 143 | 111 |
| Binary | 11001111 | 11111110 | 1110100 | 10011 | 0 | 110110 | 0 | 1010000 | 1100011 | 1001001 |
Color Harmonies of #CFFE74
Complementary color
Monochromatic Colors of #CFFE74
Black with #CFFE74
Text Example
Text Example
White with #CFFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE74; }
p { color: rgb(207,254,116); }
H1.HeaderClassName
{
color: #CFFE74;
}
.AnyTagClassName
{
color: #CFFE74;
}
</style>
background-color css
<style>
a { background-color: #CFFE74; }
a { background-color: rgb(207,254,116); }
div.DivClassName
{
background-color: #CFFE74;
}
.BgClassName
{
background-color: #CFFE74;
}
</style>
border-color css
<style>
span { border-color: #CFFE74; }
span { border-color: rgb(207,254,116); }
td.TdClassName
{
border-color: #CFFE74;
}
.TagClassName
{
border-color: #CFFE74;
}
</style>