Shades of Sulu #CFFE80
Tints of Sulu #CFFE80
RGB
CMYK
RGB Variations
Color information
#CFFE80 (or 0xCFFE80) is known color: Sulu. HEX triplet: CF, FE and 80. RGB value is (207,254,128). Sum of RGB (Red+Green+Blue) = 207+254+128=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE80 is #30017F. Grayscale: #E2E2E2. Windows color (decimal): -3146112 or 8453839. OLE color: 8453839.
HSL color Cylindrical-coordinate representation of color #CFFE80: hue angle of 82.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFFE80 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 128 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.00 |
| HSL | 82.38º | 0.98% | 0.75% | - |
| HSV(B) | 82.38º | 0.5% | 1% | - |
| XYZ | 65.07 | 85.71 | 33.54 | - |
| YUV | 225.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 128 | 0.19 | 0 | 0.50 | 0.00 | 82.38 | 0.98 | 0.75 |
| Hex | CF | FE | 80 | 13 | 0 | 32 | 0 | 52 | 62 | 4B |
| Octal | 317 | 376 | 200 | 23 | 0 | 62 | 0 | 122 | 142 | 113 |
| Binary | 11001111 | 11111110 | 10000000 | 10011 | 0 | 110010 | 0 | 1010010 | 1100010 | 1001011 |
Color Harmonies of #CFFE80
Complementary color
Monochromatic Colors of #CFFE80
Black with #CFFE80
Text Example
Text Example
White with #CFFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE80; }
p { color: rgb(207,254,128); }
H1.HeaderClassName
{
color: #CFFE80;
}
.AnyTagClassName
{
color: #CFFE80;
}
</style>
background-color css
<style>
a { background-color: #CFFE80; }
a { background-color: rgb(207,254,128); }
div.DivClassName
{
background-color: #CFFE80;
}
.BgClassName
{
background-color: #CFFE80;
}
</style>
border-color css
<style>
span { border-color: #CFFE80; }
span { border-color: rgb(207,254,128); }
td.TdClassName
{
border-color: #CFFE80;
}
.TagClassName
{
border-color: #CFFE80;
}
</style>