Shades of Sulu #CFF88C
Tints of Sulu #CFF88C
RGB
CMYK
RGB Variations
Color information
#CFF88C (or 0xCFF88C) is known color: Sulu. HEX triplet: CF, F8 and 8C. RGB value is (207,248,140). Sum of RGB (Red+Green+Blue) = 207+248+140=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF88C is #300773. Grayscale: #DFDFDF. Windows color (decimal): -3147636 or 9238735. OLE color: 9238735.
HSL color Cylindrical-coordinate representation of color #CFF88C: hue angle of 82.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFF88C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 140 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.03 |
| HSL | 82.78º | 0.89% | 0.76% | - |
| HSV(B) | 82.78º | 0.44% | 0.97% | - |
| XYZ | 64.03 | 82.29 | 37.32 | - |
| YUV | 223.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 140 | 0.17 | 0 | 0.44 | 0.03 | 82.78 | 0.89 | 0.76 |
| Hex | CF | F8 | 8C | 11 | 0 | 2C | 3 | 53 | 59 | 4C |
| Octal | 317 | 370 | 214 | 21 | 0 | 54 | 3 | 123 | 131 | 114 |
| Binary | 11001111 | 11111000 | 10001100 | 10001 | 0 | 101100 | 11 | 1010011 | 1011001 | 1001100 |
Color Harmonies of #CFF88C
Complementary color
Monochromatic Colors of #CFF88C
Black with #CFF88C
Text Example
Text Example
White with #CFF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF88C; }
p { color: rgb(207,248,140); }
H1.HeaderClassName
{
color: #CFF88C;
}
.AnyTagClassName
{
color: #CFF88C;
}
</style>
background-color css
<style>
a { background-color: #CFF88C; }
a { background-color: rgb(207,248,140); }
div.DivClassName
{
background-color: #CFF88C;
}
.BgClassName
{
background-color: #CFF88C;
}
</style>
border-color css
<style>
span { border-color: #CFF88C; }
span { border-color: rgb(207,248,140); }
td.TdClassName
{
border-color: #CFF88C;
}
.TagClassName
{
border-color: #CFF88C;
}
</style>