Shades of Sulu #CFE97C
Tints of Sulu #CFE97C
RGB
CMYK
RGB Variations
Color information
#CFE97C (or 0xCFE97C) is known color: Sulu. HEX triplet: CF, E9 and 7C. RGB value is (207,233,124). Sum of RGB (Red+Green+Blue) = 207+233+124=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE97C is #301683. Grayscale: #D5D5D5. Windows color (decimal): -3151492 or 8186319. OLE color: 8186319.
HSL color Cylindrical-coordinate representation of color #CFE97C: hue angle of 74.31º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFE97C is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 124 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.09 |
| HSL | 74.31º | 0.71% | 0.7% | - |
| HSV(B) | 74.31º | 0.47% | 0.91% | - |
| XYZ | 58.51 | 73 | 30.08 | - |
| YUV | 212.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 124 | 0.11 | 0 | 0.47 | 0.09 | 74.31 | 0.71 | 0.7 |
| Hex | CF | E9 | 7C | B | 0 | 2F | 9 | 4A | 47 | 46 |
| Octal | 317 | 351 | 174 | 13 | 0 | 57 | 11 | 112 | 107 | 106 |
| Binary | 11001111 | 11101001 | 1111100 | 1011 | 0 | 101111 | 1001 | 1001010 | 1000111 | 1000110 |
Color Harmonies of #CFE97C
Complementary color
Monochromatic Colors of #CFE97C
Black with #CFE97C
Text Example
Text Example
White with #CFE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE97C; }
p { color: rgb(207,233,124); }
H1.HeaderClassName
{
color: #CFE97C;
}
.AnyTagClassName
{
color: #CFE97C;
}
</style>
background-color css
<style>
a { background-color: #CFE97C; }
a { background-color: rgb(207,233,124); }
div.DivClassName
{
background-color: #CFE97C;
}
.BgClassName
{
background-color: #CFE97C;
}
</style>
border-color css
<style>
span { border-color: #CFE97C; }
span { border-color: rgb(207,233,124); }
td.TdClassName
{
border-color: #CFE97C;
}
.TagClassName
{
border-color: #CFE97C;
}
</style>