Shades of Sulu #CFFC80
Tints of Sulu #CFFC80
RGB
CMYK
RGB Variations
Color information
#CFFC80 (or 0xCFFC80) is known color: Sulu. HEX triplet: CF, FC and 80. RGB value is (207,252,128). Sum of RGB (Red+Green+Blue) = 207+252+128=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC80 is #30037F. Grayscale: #E0E0E0. Windows color (decimal): -3146624 or 8453327. OLE color: 8453327.
HSL color Cylindrical-coordinate representation of color #CFFC80: hue angle of 81.77º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFFC80 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 128 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.01 |
| HSL | 81.77º | 0.95% | 0.75% | - |
| HSV(B) | 81.77º | 0.49% | 0.99% | - |
| XYZ | 64.44 | 84.44 | 33.33 | - |
| YUV | 224.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 128 | 0.18 | 0 | 0.49 | 0.01 | 81.77 | 0.95 | 0.75 |
| Hex | CF | FC | 80 | 12 | 0 | 31 | 1 | 52 | 5F | 4B |
| Octal | 317 | 374 | 200 | 22 | 0 | 61 | 1 | 122 | 137 | 113 |
| Binary | 11001111 | 11111100 | 10000000 | 10010 | 0 | 110001 | 1 | 1010010 | 1011111 | 1001011 |
Color Harmonies of #CFFC80
Complementary color
Monochromatic Colors of #CFFC80
Black with #CFFC80
Text Example
Text Example
White with #CFFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC80; }
p { color: rgb(207,252,128); }
H1.HeaderClassName
{
color: #CFFC80;
}
.AnyTagClassName
{
color: #CFFC80;
}
</style>
background-color css
<style>
a { background-color: #CFFC80; }
a { background-color: rgb(207,252,128); }
div.DivClassName
{
background-color: #CFFC80;
}
.BgClassName
{
background-color: #CFFC80;
}
</style>
border-color css
<style>
span { border-color: #CFFC80; }
span { border-color: rgb(207,252,128); }
td.TdClassName
{
border-color: #CFFC80;
}
.TagClassName
{
border-color: #CFFC80;
}
</style>