Shades of Sulu #CEFE70
Tints of Sulu #CEFE70
RGB
CMYK
RGB Variations
Color information
#CEFE70 (or 0xCEFE70) is known color: Sulu. HEX triplet: CE, FE and 70. RGB value is (206,254,112). Sum of RGB (Red+Green+Blue) = 206+254+112=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE70 is #31018F. Grayscale: #DFDFDF. Windows color (decimal): -3211664 or 7405262. OLE color: 7405262.
HSL color Cylindrical-coordinate representation of color #CEFE70: hue angle of 80.28º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEFE70 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 112 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.00 |
| HSL | 80.28º | 0.99% | 0.72% | - |
| HSV(B) | 80.28º | 0.56% | 1% | - |
| XYZ | 63.82 | 85.18 | 28.41 | - |
| YUV | 223.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 112 | 0.19 | 0 | 0.56 | 0.00 | 80.28 | 0.99 | 0.72 |
| Hex | CE | FE | 70 | 13 | 0 | 38 | 0 | 50 | 63 | 48 |
| Octal | 316 | 376 | 160 | 23 | 0 | 70 | 0 | 120 | 143 | 110 |
| Binary | 11001110 | 11111110 | 1110000 | 10011 | 0 | 111000 | 0 | 1010000 | 1100011 | 1001000 |
Color Harmonies of #CEFE70
Complementary color
Monochromatic Colors of #CEFE70
Black with #CEFE70
Text Example
Text Example
White with #CEFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE70; }
p { color: rgb(206,254,112); }
H1.HeaderClassName
{
color: #CEFE70;
}
.AnyTagClassName
{
color: #CEFE70;
}
</style>
background-color css
<style>
a { background-color: #CEFE70; }
a { background-color: rgb(206,254,112); }
div.DivClassName
{
background-color: #CEFE70;
}
.BgClassName
{
background-color: #CEFE70;
}
</style>
border-color css
<style>
span { border-color: #CEFE70; }
span { border-color: rgb(206,254,112); }
td.TdClassName
{
border-color: #CEFE70;
}
.TagClassName
{
border-color: #CEFE70;
}
</style>