Shades of Sulu #CFF98C
Tints of Sulu #CFF98C
RGB
CMYK
RGB Variations
Color information
#CFF98C (or 0xCFF98C) is known color: Sulu. HEX triplet: CF, F9 and 8C. RGB value is (207,249,140). Sum of RGB (Red+Green+Blue) = 207+249+140=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF98C is #300673. Grayscale: #E0E0E0. Windows color (decimal): -3147380 or 9238991. OLE color: 9238991.
HSL color Cylindrical-coordinate representation of color #CFF98C: hue angle of 83.12º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFF98C is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 140 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.02 |
| HSL | 83.12º | 0.9% | 0.76% | - |
| HSV(B) | 83.12º | 0.44% | 0.98% | - |
| XYZ | 64.34 | 82.91 | 37.42 | - |
| YUV | 224.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 140 | 0.17 | 0 | 0.44 | 0.02 | 83.12 | 0.9 | 0.76 |
| Hex | CF | F9 | 8C | 11 | 0 | 2C | 2 | 53 | 5A | 4C |
| Octal | 317 | 371 | 214 | 21 | 0 | 54 | 2 | 123 | 132 | 114 |
| Binary | 11001111 | 11111001 | 10001100 | 10001 | 0 | 101100 | 10 | 1010011 | 1011010 | 1001100 |
Color Harmonies of #CFF98C
Complementary color
Monochromatic Colors of #CFF98C
Black with #CFF98C
Text Example
Text Example
White with #CFF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF98C; }
p { color: rgb(207,249,140); }
H1.HeaderClassName
{
color: #CFF98C;
}
.AnyTagClassName
{
color: #CFF98C;
}
</style>
background-color css
<style>
a { background-color: #CFF98C; }
a { background-color: rgb(207,249,140); }
div.DivClassName
{
background-color: #CFF98C;
}
.BgClassName
{
background-color: #CFF98C;
}
</style>
border-color css
<style>
span { border-color: #CFF98C; }
span { border-color: rgb(207,249,140); }
td.TdClassName
{
border-color: #CFF98C;
}
.TagClassName
{
border-color: #CFF98C;
}
</style>