Shades of Sulu #CFEA88
Tints of Sulu #CFEA88
RGB
CMYK
RGB Variations
Color information
#CFEA88 (or 0xCFEA88) is known color: Sulu. HEX triplet: CF, EA and 88. RGB value is (207,234,136). Sum of RGB (Red+Green+Blue) = 207+234+136=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA88 is #301577. Grayscale: #D7D7D7. Windows color (decimal): -3151224 or 8973007. OLE color: 8973007.
HSL color Cylindrical-coordinate representation of color #CFEA88: hue angle of 76.53º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFEA88 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 136 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.08 |
| HSL | 76.53º | 0.7% | 0.73% | - |
| HSV(B) | 76.53º | 0.42% | 0.92% | - |
| XYZ | 59.6 | 73.89 | 34.41 | - |
| YUV | 214.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 136 | 0.12 | 0 | 0.42 | 0.08 | 76.53 | 0.7 | 0.73 |
| Hex | CF | EA | 88 | C | 0 | 2A | 8 | 4D | 46 | 49 |
| Octal | 317 | 352 | 210 | 14 | 0 | 52 | 10 | 115 | 106 | 111 |
| Binary | 11001111 | 11101010 | 10001000 | 1100 | 0 | 101010 | 1000 | 1001101 | 1000110 | 1001001 |
Color Harmonies of #CFEA88
Complementary color
Monochromatic Colors of #CFEA88
Black with #CFEA88
Text Example
Text Example
White with #CFEA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA88; }
p { color: rgb(207,234,136); }
H1.HeaderClassName
{
color: #CFEA88;
}
.AnyTagClassName
{
color: #CFEA88;
}
</style>
background-color css
<style>
a { background-color: #CFEA88; }
a { background-color: rgb(207,234,136); }
div.DivClassName
{
background-color: #CFEA88;
}
.BgClassName
{
background-color: #CFEA88;
}
</style>
border-color css
<style>
span { border-color: #CFEA88; }
span { border-color: rgb(207,234,136); }
td.TdClassName
{
border-color: #CFEA88;
}
.TagClassName
{
border-color: #CFEA88;
}
</style>