Shades of Sulu #CEFE81
Tints of Sulu #CEFE81
RGB
CMYK
RGB Variations
Color information
#CEFE81 (or 0xCEFE81) is known color: Sulu. HEX triplet: CE, FE and 81. RGB value is (206,254,129). Sum of RGB (Red+Green+Blue) = 206+254+129=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFE81 is #31017E. Grayscale: #E1E1E1. Windows color (decimal): -3211647 or 8519374. OLE color: 8519374.
HSL color Cylindrical-coordinate representation of color #CEFE81: hue angle of 83.04º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEFE81 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 129 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.00 |
| HSL | 83.04º | 0.98% | 0.75% | - |
| HSV(B) | 83.04º | 0.49% | 1% | - |
| XYZ | 64.86 | 85.59 | 33.87 | - |
| YUV | 225.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 129 | 0.19 | 0 | 0.49 | 0.00 | 83.04 | 0.98 | 0.75 |
| Hex | CE | FE | 81 | 13 | 0 | 31 | 0 | 53 | 62 | 4B |
| Octal | 316 | 376 | 201 | 23 | 0 | 61 | 0 | 123 | 142 | 113 |
| Binary | 11001110 | 11111110 | 10000001 | 10011 | 0 | 110001 | 0 | 1010011 | 1100010 | 1001011 |
Color Harmonies of #CEFE81
Complementary color
Monochromatic Colors of #CEFE81
Black with #CEFE81
Text Example
Text Example
White with #CEFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE81; }
p { color: rgb(206,254,129); }
H1.HeaderClassName
{
color: #CEFE81;
}
.AnyTagClassName
{
color: #CEFE81;
}
</style>
background-color css
<style>
a { background-color: #CEFE81; }
a { background-color: rgb(206,254,129); }
div.DivClassName
{
background-color: #CEFE81;
}
.BgClassName
{
background-color: #CEFE81;
}
</style>
border-color css
<style>
span { border-color: #CEFE81; }
span { border-color: rgb(206,254,129); }
td.TdClassName
{
border-color: #CEFE81;
}
.TagClassName
{
border-color: #CEFE81;
}
</style>