Shades of Sulu #CFFF80
Tints of Sulu #CFFF80
RGB
CMYK
RGB Variations
Color information
#CFFF80 (or 0xCFFF80) is known color: Sulu. HEX triplet: CF, FF and 80. RGB value is (207,255,128). Sum of RGB (Red+Green+Blue) = 207+255+128=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF80 is #30007F. Grayscale: #E2E2E2. Windows color (decimal): -3145856 or 8454095. OLE color: 8454095.
HSL color Cylindrical-coordinate representation of color #CFFF80: hue angle of 82.68º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFFF80 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 128 | - |
| CMYK | 0.19 | 0 | 0.50 | 0 |
| HSL | 82.68º | 1% | 0.75% | - |
| HSV(B) | 82.68º | 0.5% | 1% | - |
| XYZ | 65.39 | 86.34 | 33.64 | - |
| YUV | 226.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 128 | 0.19 | 0 | 0.50 | 0 | 82.68 | 1 | 0.75 |
| Hex | CF | FF | 80 | 13 | 0 | 32 | 0 | 53 | 64 | 4B |
| Octal | 317 | 377 | 200 | 23 | 0 | 62 | 0 | 123 | 144 | 113 |
| Binary | 11001111 | 11111111 | 10000000 | 10011 | 0 | 110010 | 0 | 1010011 | 1100100 | 1001011 |
Color Harmonies of #CFFF80
Complementary color
Monochromatic Colors of #CFFF80
Black with #CFFF80
Text Example
Text Example
White with #CFFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF80; }
p { color: rgb(207,255,128); }
H1.HeaderClassName
{
color: #CFFF80;
}
.AnyTagClassName
{
color: #CFFF80;
}
</style>
background-color css
<style>
a { background-color: #CFFF80; }
a { background-color: rgb(207,255,128); }
div.DivClassName
{
background-color: #CFFF80;
}
.BgClassName
{
background-color: #CFFF80;
}
</style>
border-color css
<style>
span { border-color: #CFFF80; }
span { border-color: rgb(207,255,128); }
td.TdClassName
{
border-color: #CFFF80;
}
.TagClassName
{
border-color: #CFFF80;
}
</style>