Shades of Sulu #CEFE7D
Tints of Sulu #CEFE7D
RGB
CMYK
RGB Variations
Color information
#CEFE7D (or 0xCEFE7D) is known color: Sulu. HEX triplet: CE, FE and 7D. RGB value is (206,254,125). Sum of RGB (Red+Green+Blue) = 206+254+125=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE7D is #310182. Grayscale: #E1E1E1. Windows color (decimal): -3211651 or 8257230. OLE color: 8257230.
HSL color Cylindrical-coordinate representation of color #CEFE7D: hue angle of 82.33º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEFE7D is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 125 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.00 |
| HSL | 82.33º | 0.98% | 0.74% | - |
| HSV(B) | 82.33º | 0.51% | 1% | - |
| XYZ | 64.6 | 85.49 | 32.5 | - |
| YUV | 224.94 | 71.6 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 125 | 0.19 | 0 | 0.51 | 0.00 | 82.33 | 0.98 | 0.74 |
| Hex | CE | FE | 7D | 13 | 0 | 33 | 0 | 52 | 62 | 4A |
| Octal | 316 | 376 | 175 | 23 | 0 | 63 | 0 | 122 | 142 | 112 |
| Binary | 11001110 | 11111110 | 1111101 | 10011 | 0 | 110011 | 0 | 1010010 | 1100010 | 1001010 |
Color Harmonies of #CEFE7D
Complementary color
Monochromatic Colors of #CEFE7D
Black with #CEFE7D
Text Example
Text Example
White with #CEFE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE7D; }
p { color: rgb(206,254,125); }
H1.HeaderClassName
{
color: #CEFE7D;
}
.AnyTagClassName
{
color: #CEFE7D;
}
</style>
background-color css
<style>
a { background-color: #CEFE7D; }
a { background-color: rgb(206,254,125); }
div.DivClassName
{
background-color: #CEFE7D;
}
.BgClassName
{
background-color: #CEFE7D;
}
</style>
border-color css
<style>
span { border-color: #CEFE7D; }
span { border-color: rgb(206,254,125); }
td.TdClassName
{
border-color: #CEFE7D;
}
.TagClassName
{
border-color: #CEFE7D;
}
</style>