Shades of Sulu #CEFA77
Tints of Sulu #CEFA77
RGB
CMYK
RGB Variations
Color information
#CEFA77 (or 0xCEFA77) is known color: Sulu. HEX triplet: CE, FA and 77. RGB value is (206,250,119). Sum of RGB (Red+Green+Blue) = 206+250+119=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA77 is #310588. Grayscale: #DEDEDE. Windows color (decimal): -3212681 or 7862990. OLE color: 7862990.
HSL color Cylindrical-coordinate representation of color #CEFA77: hue angle of 80.15º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEFA77 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 119 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.02 |
| HSL | 80.15º | 0.93% | 0.72% | - |
| HSV(B) | 80.15º | 0.52% | 0.98% | - |
| XYZ | 62.97 | 82.82 | 30.12 | - |
| YUV | 221.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 119 | 0.18 | 0 | 0.52 | 0.02 | 80.15 | 0.93 | 0.72 |
| Hex | CE | FA | 77 | 12 | 0 | 34 | 2 | 50 | 5D | 48 |
| Octal | 316 | 372 | 167 | 22 | 0 | 64 | 2 | 120 | 135 | 110 |
| Binary | 11001110 | 11111010 | 1110111 | 10010 | 0 | 110100 | 10 | 1010000 | 1011101 | 1001000 |
Color Harmonies of #CEFA77
Complementary color
Monochromatic Colors of #CEFA77
Black with #CEFA77
Text Example
Text Example
White with #CEFA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA77; }
p { color: rgb(206,250,119); }
H1.HeaderClassName
{
color: #CEFA77;
}
.AnyTagClassName
{
color: #CEFA77;
}
</style>
background-color css
<style>
a { background-color: #CEFA77; }
a { background-color: rgb(206,250,119); }
div.DivClassName
{
background-color: #CEFA77;
}
.BgClassName
{
background-color: #CEFA77;
}
</style>
border-color css
<style>
span { border-color: #CEFA77; }
span { border-color: rgb(206,250,119); }
td.TdClassName
{
border-color: #CEFA77;
}
.TagClassName
{
border-color: #CEFA77;
}
</style>