Shades of Sulu #CFEB7C
Tints of Sulu #CFEB7C
RGB
CMYK
RGB Variations
Color information
#CFEB7C (or 0xCFEB7C) is known color: Sulu. HEX triplet: CF, EB and 7C. RGB value is (207,235,124). Sum of RGB (Red+Green+Blue) = 207+235+124=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB7C is #301483. Grayscale: #D6D6D6. Windows color (decimal): -3150980 or 8186831. OLE color: 8186831.
HSL color Cylindrical-coordinate representation of color #CFEB7C: hue angle of 75.14º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFEB7C is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 124 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.08 |
| HSL | 75.14º | 0.74% | 0.7% | - |
| HSV(B) | 75.14º | 0.47% | 0.92% | - |
| XYZ | 59.08 | 74.14 | 30.26 | - |
| YUV | 213.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 124 | 0.12 | 0 | 0.47 | 0.08 | 75.14 | 0.74 | 0.7 |
| Hex | CF | EB | 7C | C | 0 | 2F | 8 | 4B | 4A | 46 |
| Octal | 317 | 353 | 174 | 14 | 0 | 57 | 10 | 113 | 112 | 106 |
| Binary | 11001111 | 11101011 | 1111100 | 1100 | 0 | 101111 | 1000 | 1001011 | 1001010 | 1000110 |
Color Harmonies of #CFEB7C
Complementary color
Monochromatic Colors of #CFEB7C
Black with #CFEB7C
Text Example
Text Example
White with #CFEB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB7C; }
p { color: rgb(207,235,124); }
H1.HeaderClassName
{
color: #CFEB7C;
}
.AnyTagClassName
{
color: #CFEB7C;
}
</style>
background-color css
<style>
a { background-color: #CFEB7C; }
a { background-color: rgb(207,235,124); }
div.DivClassName
{
background-color: #CFEB7C;
}
.BgClassName
{
background-color: #CFEB7C;
}
</style>
border-color css
<style>
span { border-color: #CFEB7C; }
span { border-color: rgb(207,235,124); }
td.TdClassName
{
border-color: #CFEB7C;
}
.TagClassName
{
border-color: #CFEB7C;
}
</style>