Shades of Sulu #CFEA8B
Tints of Sulu #CFEA8B
RGB
CMYK
RGB Variations
Color information
#CFEA8B (or 0xCFEA8B) is known color: Sulu. HEX triplet: CF, EA and 8B. RGB value is (207,234,139). Sum of RGB (Red+Green+Blue) = 207+234+139=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA8B is #301574. Grayscale: #D7D7D7. Windows color (decimal): -3151221 or 9169615. OLE color: 9169615.
HSL color Cylindrical-coordinate representation of color #CFEA8B: hue angle of 77.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFEA8B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 139 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.08 |
| HSL | 77.05º | 0.69% | 0.73% | - |
| HSV(B) | 77.05º | 0.41% | 0.92% | - |
| XYZ | 59.82 | 73.98 | 35.55 | - |
| YUV | 215.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 139 | 0.12 | 0 | 0.41 | 0.08 | 77.05 | 0.69 | 0.73 |
| Hex | CF | EA | 8B | C | 0 | 29 | 8 | 4D | 45 | 49 |
| Octal | 317 | 352 | 213 | 14 | 0 | 51 | 10 | 115 | 105 | 111 |
| Binary | 11001111 | 11101010 | 10001011 | 1100 | 0 | 101001 | 1000 | 1001101 | 1000101 | 1001001 |
Color Harmonies of #CFEA8B
Complementary color
Monochromatic Colors of #CFEA8B
Black with #CFEA8B
Text Example
Text Example
White with #CFEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA8B; }
p { color: rgb(207,234,139); }
H1.HeaderClassName
{
color: #CFEA8B;
}
.AnyTagClassName
{
color: #CFEA8B;
}
</style>
background-color css
<style>
a { background-color: #CFEA8B; }
a { background-color: rgb(207,234,139); }
div.DivClassName
{
background-color: #CFEA8B;
}
.BgClassName
{
background-color: #CFEA8B;
}
</style>
border-color css
<style>
span { border-color: #CFEA8B; }
span { border-color: rgb(207,234,139); }
td.TdClassName
{
border-color: #CFEA8B;
}
.TagClassName
{
border-color: #CFEA8B;
}
</style>