Shades of Sulu #CFEF83
Tints of Sulu #CFEF83
RGB
CMYK
RGB Variations
Color information
#CFEF83 (or 0xCFEF83) is known color: Sulu. HEX triplet: CF, EF and 83. RGB value is (207,239,131). Sum of RGB (Red+Green+Blue) = 207+239+131=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF83 is #30107C. Grayscale: #D9D9D9. Windows color (decimal): -3149949 or 8646607. OLE color: 8646607.
HSL color Cylindrical-coordinate representation of color #CFEF83: hue angle of 77.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFEF83 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 131 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.06 |
| HSL | 77.78º | 0.77% | 0.73% | - |
| HSV(B) | 77.78º | 0.45% | 0.94% | - |
| XYZ | 60.7 | 76.64 | 33.07 | - |
| YUV | 217.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 131 | 0.13 | 0 | 0.45 | 0.06 | 77.78 | 0.77 | 0.73 |
| Hex | CF | EF | 83 | D | 0 | 2D | 6 | 4E | 4D | 49 |
| Octal | 317 | 357 | 203 | 15 | 0 | 55 | 6 | 116 | 115 | 111 |
| Binary | 11001111 | 11101111 | 10000011 | 1101 | 0 | 101101 | 110 | 1001110 | 1001101 | 1001001 |
Color Harmonies of #CFEF83
Complementary color
Monochromatic Colors of #CFEF83
Black with #CFEF83
Text Example
Text Example
White with #CFEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF83; }
p { color: rgb(207,239,131); }
H1.HeaderClassName
{
color: #CFEF83;
}
.AnyTagClassName
{
color: #CFEF83;
}
</style>
background-color css
<style>
a { background-color: #CFEF83; }
a { background-color: rgb(207,239,131); }
div.DivClassName
{
background-color: #CFEF83;
}
.BgClassName
{
background-color: #CFEF83;
}
</style>
border-color css
<style>
span { border-color: #CFEF83; }
span { border-color: rgb(207,239,131); }
td.TdClassName
{
border-color: #CFEF83;
}
.TagClassName
{
border-color: #CFEF83;
}
</style>