Shades of Sulu #CFEB8B
Tints of Sulu #CFEB8B
RGB
CMYK
RGB Variations
Color information
#CFEB8B (or 0xCFEB8B) is known color: Sulu. HEX triplet: CF, EB and 8B. RGB value is (207,235,139). Sum of RGB (Red+Green+Blue) = 207+235+139=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB8B is #301474. Grayscale: #D8D8D8. Windows color (decimal): -3150965 or 9169871. OLE color: 9169871.
HSL color Cylindrical-coordinate representation of color #CFEB8B: hue angle of 77.5º degrees, saturation: 0.71, 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 #CFEB8B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 139 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.08 |
| HSL | 77.5º | 0.71% | 0.73% | - |
| HSV(B) | 77.5º | 0.41% | 0.92% | - |
| XYZ | 60.1 | 74.55 | 35.65 | - |
| YUV | 215.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 139 | 0.12 | 0 | 0.41 | 0.08 | 77.5 | 0.71 | 0.73 |
| Hex | CF | EB | 8B | C | 0 | 29 | 8 | 4E | 47 | 49 |
| Octal | 317 | 353 | 213 | 14 | 0 | 51 | 10 | 116 | 107 | 111 |
| Binary | 11001111 | 11101011 | 10001011 | 1100 | 0 | 101001 | 1000 | 1001110 | 1000111 | 1001001 |
Color Harmonies of #CFEB8B
Complementary color
Monochromatic Colors of #CFEB8B
Black with #CFEB8B
Text Example
Text Example
White with #CFEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB8B; }
p { color: rgb(207,235,139); }
H1.HeaderClassName
{
color: #CFEB8B;
}
.AnyTagClassName
{
color: #CFEB8B;
}
</style>
background-color css
<style>
a { background-color: #CFEB8B; }
a { background-color: rgb(207,235,139); }
div.DivClassName
{
background-color: #CFEB8B;
}
.BgClassName
{
background-color: #CFEB8B;
}
</style>
border-color css
<style>
span { border-color: #CFEB8B; }
span { border-color: rgb(207,235,139); }
td.TdClassName
{
border-color: #CFEB8B;
}
.TagClassName
{
border-color: #CFEB8B;
}
</style>