Shades of Sulu #CFE08C
Tints of Sulu #CFE08C
RGB
CMYK
RGB Variations
Color information
#CFE08C (or 0xCFE08C) is known color: Sulu. HEX triplet: CF, E0 and 8C. RGB value is (207,224,140). Sum of RGB (Red+Green+Blue) = 207+224+140=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE08C is #301F73. Grayscale: #D1D1D1. Windows color (decimal): -3153780 or 9232591. OLE color: 9232591.
HSL color Cylindrical-coordinate representation of color #CFE08C: hue angle of 72.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFE08C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 140 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.12 |
| HSL | 72.14º | 0.58% | 0.71% | - |
| HSV(B) | 72.14º | 0.38% | 0.88% | - |
| XYZ | 57.12 | 68.47 | 35.02 | - |
| YUV | 209.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 140 | 0.08 | 0 | 0.38 | 0.12 | 72.14 | 0.58 | 0.71 |
| Hex | CF | E0 | 8C | 8 | 0 | 26 | C | 48 | 3A | 47 |
| Octal | 317 | 340 | 214 | 10 | 0 | 46 | 14 | 110 | 72 | 107 |
| Binary | 11001111 | 11100000 | 10001100 | 1000 | 0 | 100110 | 1100 | 1001000 | 111010 | 1000111 |
Color Harmonies of #CFE08C
Complementary color
Monochromatic Colors of #CFE08C
Black with #CFE08C
Text Example
Text Example
White with #CFE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE08C; }
p { color: rgb(207,224,140); }
H1.HeaderClassName
{
color: #CFE08C;
}
.AnyTagClassName
{
color: #CFE08C;
}
</style>
background-color css
<style>
a { background-color: #CFE08C; }
a { background-color: rgb(207,224,140); }
div.DivClassName
{
background-color: #CFE08C;
}
.BgClassName
{
background-color: #CFE08C;
}
</style>
border-color css
<style>
span { border-color: #CFE08C; }
span { border-color: rgb(207,224,140); }
td.TdClassName
{
border-color: #CFE08C;
}
.TagClassName
{
border-color: #CFE08C;
}
</style>