Shades of Sulu #CFE08A
Tints of Sulu #CFE08A
RGB
CMYK
RGB Variations
Color information
#CFE08A (or 0xCFE08A) is known color: Sulu. HEX triplet: CF, E0 and 8A. RGB value is (207,224,138). Sum of RGB (Red+Green+Blue) = 207+224+138=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE08A is #301F75. Grayscale: #D1D1D1. Windows color (decimal): -3153782 or 9101519. OLE color: 9101519.
HSL color Cylindrical-coordinate representation of color #CFE08A: hue angle of 71.86º 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 #CFE08A is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 138 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.12 |
| HSL | 71.86º | 0.58% | 0.71% | - |
| HSV(B) | 71.86º | 0.38% | 0.88% | - |
| XYZ | 56.98 | 68.41 | 34.25 | - |
| YUV | 209.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 138 | 0.08 | 0 | 0.38 | 0.12 | 71.86 | 0.58 | 0.71 |
| Hex | CF | E0 | 8A | 8 | 0 | 26 | C | 48 | 3A | 47 |
| Octal | 317 | 340 | 212 | 10 | 0 | 46 | 14 | 110 | 72 | 107 |
| Binary | 11001111 | 11100000 | 10001010 | 1000 | 0 | 100110 | 1100 | 1001000 | 111010 | 1000111 |
Color Harmonies of #CFE08A
Complementary color
Monochromatic Colors of #CFE08A
Black with #CFE08A
Text Example
Text Example
White with #CFE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE08A; }
p { color: rgb(207,224,138); }
H1.HeaderClassName
{
color: #CFE08A;
}
.AnyTagClassName
{
color: #CFE08A;
}
</style>
background-color css
<style>
a { background-color: #CFE08A; }
a { background-color: rgb(207,224,138); }
div.DivClassName
{
background-color: #CFE08A;
}
.BgClassName
{
background-color: #CFE08A;
}
</style>
border-color css
<style>
span { border-color: #CFE08A; }
span { border-color: rgb(207,224,138); }
td.TdClassName
{
border-color: #CFE08A;
}
.TagClassName
{
border-color: #CFE08A;
}
</style>