Shades of Sulu #CEFE7E
Tints of Sulu #CEFE7E
RGB
CMYK
RGB Variations
Color information
#CEFE7E (or 0xCEFE7E) is known color: Sulu. HEX triplet: CE, FE and 7E. RGB value is (206,254,126). Sum of RGB (Red+Green+Blue) = 206+254+126=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE7E is #310181. Grayscale: #E1E1E1. Windows color (decimal): -3211650 or 8322766. OLE color: 8322766.
HSL color Cylindrical-coordinate representation of color #CEFE7E: hue angle of 82.5º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEFE7E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 126 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.00 |
| HSL | 82.5º | 0.98% | 0.75% | - |
| HSV(B) | 82.5º | 0.5% | 1% | - |
| XYZ | 64.66 | 85.51 | 32.84 | - |
| YUV | 225.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 126 | 0.19 | 0 | 0.50 | 0.00 | 82.5 | 0.98 | 0.75 |
| Hex | CE | FE | 7E | 13 | 0 | 32 | 0 | 52 | 62 | 4B |
| Octal | 316 | 376 | 176 | 23 | 0 | 62 | 0 | 122 | 142 | 113 |
| Binary | 11001110 | 11111110 | 1111110 | 10011 | 0 | 110010 | 0 | 1010010 | 1100010 | 1001011 |
Color Harmonies of #CEFE7E
Complementary color
Monochromatic Colors of #CEFE7E
Black with #CEFE7E
Text Example
Text Example
White with #CEFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE7E; }
p { color: rgb(206,254,126); }
H1.HeaderClassName
{
color: #CEFE7E;
}
.AnyTagClassName
{
color: #CEFE7E;
}
</style>
background-color css
<style>
a { background-color: #CEFE7E; }
a { background-color: rgb(206,254,126); }
div.DivClassName
{
background-color: #CEFE7E;
}
.BgClassName
{
background-color: #CEFE7E;
}
</style>
border-color css
<style>
span { border-color: #CEFE7E; }
span { border-color: rgb(206,254,126); }
td.TdClassName
{
border-color: #CEFE7E;
}
.TagClassName
{
border-color: #CEFE7E;
}
</style>