Shades of Sulu #CFE98F
Tints of Sulu #CFE98F
RGB
CMYK
RGB Variations
Color information
#CFE98F (or 0xCFE98F) is known color: Sulu. HEX triplet: CF, E9 and 8F. RGB value is (207,233,143). Sum of RGB (Red+Green+Blue) = 207+233+143=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE98F is #301670. Grayscale: #D7D7D7. Windows color (decimal): -3151473 or 9431503. OLE color: 9431503.
HSL color Cylindrical-coordinate representation of color #CFE98F: hue angle of 77.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFE98F is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 143 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.09 |
| HSL | 77.33º | 0.67% | 0.74% | - |
| HSV(B) | 77.33º | 0.39% | 0.91% | - |
| XYZ | 59.83 | 73.53 | 37.03 | - |
| YUV | 214.97 | 87.39 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 143 | 0.11 | 0 | 0.39 | 0.09 | 77.33 | 0.67 | 0.74 |
| Hex | CF | E9 | 8F | B | 0 | 27 | 9 | 4D | 43 | 4A |
| Octal | 317 | 351 | 217 | 13 | 0 | 47 | 11 | 115 | 103 | 112 |
| Binary | 11001111 | 11101001 | 10001111 | 1011 | 0 | 100111 | 1001 | 1001101 | 1000011 | 1001010 |
Color Harmonies of #CFE98F
Complementary color
Monochromatic Colors of #CFE98F
Black with #CFE98F
Text Example
Text Example
White with #CFE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE98F; }
p { color: rgb(207,233,143); }
H1.HeaderClassName
{
color: #CFE98F;
}
.AnyTagClassName
{
color: #CFE98F;
}
</style>
background-color css
<style>
a { background-color: #CFE98F; }
a { background-color: rgb(207,233,143); }
div.DivClassName
{
background-color: #CFE98F;
}
.BgClassName
{
background-color: #CFE98F;
}
</style>
border-color css
<style>
span { border-color: #CFE98F; }
span { border-color: rgb(207,233,143); }
td.TdClassName
{
border-color: #CFE98F;
}
.TagClassName
{
border-color: #CFE98F;
}
</style>