Shades of Sulu #CFFC83
Tints of Sulu #CFFC83
RGB
CMYK
RGB Variations
Color information
#CFFC83 (or 0xCFFC83) is known color: Sulu. HEX triplet: CF, FC and 83. RGB value is (207,252,131). Sum of RGB (Red+Green+Blue) = 207+252+131=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC83 is #30037C. Grayscale: #E1E1E1. Windows color (decimal): -3146621 or 8649935. OLE color: 8649935.
HSL color Cylindrical-coordinate representation of color #CFFC83: hue angle of 82.31º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFFC83 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 131 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.01 |
| HSL | 82.31º | 0.95% | 0.75% | - |
| HSV(B) | 82.31º | 0.48% | 0.99% | - |
| XYZ | 64.64 | 84.52 | 34.38 | - |
| YUV | 224.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 131 | 0.18 | 0 | 0.48 | 0.01 | 82.31 | 0.95 | 0.75 |
| Hex | CF | FC | 83 | 12 | 0 | 30 | 1 | 52 | 5F | 4B |
| Octal | 317 | 374 | 203 | 22 | 0 | 60 | 1 | 122 | 137 | 113 |
| Binary | 11001111 | 11111100 | 10000011 | 10010 | 0 | 110000 | 1 | 1010010 | 1011111 | 1001011 |
Color Harmonies of #CFFC83
Complementary color
Monochromatic Colors of #CFFC83
Black with #CFFC83
Text Example
Text Example
White with #CFFC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC83; }
p { color: rgb(207,252,131); }
H1.HeaderClassName
{
color: #CFFC83;
}
.AnyTagClassName
{
color: #CFFC83;
}
</style>
background-color css
<style>
a { background-color: #CFFC83; }
a { background-color: rgb(207,252,131); }
div.DivClassName
{
background-color: #CFFC83;
}
.BgClassName
{
background-color: #CFFC83;
}
</style>
border-color css
<style>
span { border-color: #CFFC83; }
span { border-color: rgb(207,252,131); }
td.TdClassName
{
border-color: #CFFC83;
}
.TagClassName
{
border-color: #CFFC83;
}
</style>