Shades of Sulu #CFE98C
Tints of Sulu #CFE98C
RGB
CMYK
RGB Variations
Color information
#CFE98C (or 0xCFE98C) is known color: Sulu. HEX triplet: CF, E9 and 8C. RGB value is (207,233,140). Sum of RGB (Red+Green+Blue) = 207+233+140=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE98C is #301673. Grayscale: #D6D6D6. Windows color (decimal): -3151476 or 9234895. OLE color: 9234895.
HSL color Cylindrical-coordinate representation of color #CFE98C: hue angle of 76.77º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE98C is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 140 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.09 |
| HSL | 76.77º | 0.68% | 0.73% | - |
| HSV(B) | 76.77º | 0.4% | 0.91% | - |
| XYZ | 59.6 | 73.44 | 35.84 | - |
| YUV | 214.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 140 | 0.11 | 0 | 0.40 | 0.09 | 76.77 | 0.68 | 0.73 |
| Hex | CF | E9 | 8C | B | 0 | 28 | 9 | 4D | 44 | 49 |
| Octal | 317 | 351 | 214 | 13 | 0 | 50 | 11 | 115 | 104 | 111 |
| Binary | 11001111 | 11101001 | 10001100 | 1011 | 0 | 101000 | 1001 | 1001101 | 1000100 | 1001001 |
Color Harmonies of #CFE98C
Complementary color
Monochromatic Colors of #CFE98C
Black with #CFE98C
Text Example
Text Example
White with #CFE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE98C; }
p { color: rgb(207,233,140); }
H1.HeaderClassName
{
color: #CFE98C;
}
.AnyTagClassName
{
color: #CFE98C;
}
</style>
background-color css
<style>
a { background-color: #CFE98C; }
a { background-color: rgb(207,233,140); }
div.DivClassName
{
background-color: #CFE98C;
}
.BgClassName
{
background-color: #CFE98C;
}
</style>
border-color css
<style>
span { border-color: #CFE98C; }
span { border-color: rgb(207,233,140); }
td.TdClassName
{
border-color: #CFE98C;
}
.TagClassName
{
border-color: #CFE98C;
}
</style>