Shades of Sulu #CFFF74
Tints of Sulu #CFFF74
RGB
CMYK
RGB Variations
Color information
#CFFF74 (or 0xCFFF74) is known color: Sulu. HEX triplet: CF, FF and 74. RGB value is (207,255,116). Sum of RGB (Red+Green+Blue) = 207+255+116=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF74 is #30008B. Grayscale: #E1E1E1. Windows color (decimal): -3145868 or 7667663. OLE color: 7667663.
HSL color Cylindrical-coordinate representation of color #CFFF74: hue angle of 80.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFFF74 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 116 | - |
| CMYK | 0.19 | 0 | 0.55 | 0 |
| HSL | 80.72º | 1% | 0.73% | - |
| HSV(B) | 80.72º | 0.55% | 1% | - |
| XYZ | 64.64 | 86.05 | 29.72 | - |
| YUV | 224.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 116 | 0.19 | 0 | 0.55 | 0 | 80.72 | 1 | 0.73 |
| Hex | CF | FF | 74 | 13 | 0 | 37 | 0 | 51 | 64 | 49 |
| Octal | 317 | 377 | 164 | 23 | 0 | 67 | 0 | 121 | 144 | 111 |
| Binary | 11001111 | 11111111 | 1110100 | 10011 | 0 | 110111 | 0 | 1010001 | 1100100 | 1001001 |
Color Harmonies of #CFFF74
Complementary color
Monochromatic Colors of #CFFF74
Black with #CFFF74
Text Example
Text Example
White with #CFFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF74; }
p { color: rgb(207,255,116); }
H1.HeaderClassName
{
color: #CFFF74;
}
.AnyTagClassName
{
color: #CFFF74;
}
</style>
background-color css
<style>
a { background-color: #CFFF74; }
a { background-color: rgb(207,255,116); }
div.DivClassName
{
background-color: #CFFF74;
}
.BgClassName
{
background-color: #CFFF74;
}
</style>
border-color css
<style>
span { border-color: #CFFF74; }
span { border-color: rgb(207,255,116); }
td.TdClassName
{
border-color: #CFFF74;
}
.TagClassName
{
border-color: #CFFF74;
}
</style>