Shades of Sulu #CFEA8E
Tints of Sulu #CFEA8E
RGB
CMYK
RGB Variations
Color information
#CFEA8E (or 0xCFEA8E) is known color: Sulu. HEX triplet: CF, EA and 8E. RGB value is (207,234,142). Sum of RGB (Red+Green+Blue) = 207+234+142=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA8E is #301571. Grayscale: #D7D7D7. Windows color (decimal): -3151218 or 9366223. OLE color: 9366223.
HSL color Cylindrical-coordinate representation of color #CFEA8E: hue angle of 77.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFEA8E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 142 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.08 |
| HSL | 77.61º | 0.69% | 0.74% | - |
| HSV(B) | 77.61º | 0.39% | 0.92% | - |
| XYZ | 60.04 | 74.06 | 36.72 | - |
| YUV | 215.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 142 | 0.12 | 0 | 0.39 | 0.08 | 77.61 | 0.69 | 0.74 |
| Hex | CF | EA | 8E | C | 0 | 27 | 8 | 4E | 45 | 4A |
| Octal | 317 | 352 | 216 | 14 | 0 | 47 | 10 | 116 | 105 | 112 |
| Binary | 11001111 | 11101010 | 10001110 | 1100 | 0 | 100111 | 1000 | 1001110 | 1000101 | 1001010 |
Color Harmonies of #CFEA8E
Complementary color
Monochromatic Colors of #CFEA8E
Black with #CFEA8E
Text Example
Text Example
White with #CFEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA8E; }
p { color: rgb(207,234,142); }
H1.HeaderClassName
{
color: #CFEA8E;
}
.AnyTagClassName
{
color: #CFEA8E;
}
</style>
background-color css
<style>
a { background-color: #CFEA8E; }
a { background-color: rgb(207,234,142); }
div.DivClassName
{
background-color: #CFEA8E;
}
.BgClassName
{
background-color: #CFEA8E;
}
</style>
border-color css
<style>
span { border-color: #CFEA8E; }
span { border-color: rgb(207,234,142); }
td.TdClassName
{
border-color: #CFEA8E;
}
.TagClassName
{
border-color: #CFEA8E;
}
</style>