Shades of Sulu #CFF98B
Tints of Sulu #CFF98B
RGB
CMYK
RGB Variations
Color information
#CFF98B (or 0xCFF98B) is known color: Sulu. HEX triplet: CF, F9 and 8B. RGB value is (207,249,139). Sum of RGB (Red+Green+Blue) = 207+249+139=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF98B is #300674. Grayscale: #E0E0E0. Windows color (decimal): -3147381 or 9173455. OLE color: 9173455.
HSL color Cylindrical-coordinate representation of color #CFF98B: hue angle of 82.91º 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 #CFF98B is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 139 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.02 |
| HSL | 82.91º | 0.9% | 0.76% | - |
| HSV(B) | 82.91º | 0.44% | 0.98% | - |
| XYZ | 64.27 | 82.88 | 37.04 | - |
| YUV | 223.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 139 | 0.17 | 0 | 0.44 | 0.02 | 82.91 | 0.9 | 0.76 |
| Hex | CF | F9 | 8B | 11 | 0 | 2C | 2 | 53 | 5A | 4C |
| Octal | 317 | 371 | 213 | 21 | 0 | 54 | 2 | 123 | 132 | 114 |
| Binary | 11001111 | 11111001 | 10001011 | 10001 | 0 | 101100 | 10 | 1010011 | 1011010 | 1001100 |
Color Harmonies of #CFF98B
Complementary color
Monochromatic Colors of #CFF98B
Black with #CFF98B
Text Example
Text Example
White with #CFF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF98B; }
p { color: rgb(207,249,139); }
H1.HeaderClassName
{
color: #CFF98B;
}
.AnyTagClassName
{
color: #CFF98B;
}
</style>
background-color css
<style>
a { background-color: #CFF98B; }
a { background-color: rgb(207,249,139); }
div.DivClassName
{
background-color: #CFF98B;
}
.BgClassName
{
background-color: #CFF98B;
}
</style>
border-color css
<style>
span { border-color: #CFF98B; }
span { border-color: rgb(207,249,139); }
td.TdClassName
{
border-color: #CFF98B;
}
.TagClassName
{
border-color: #CFF98B;
}
</style>