Shades of Sulu #CEF77D
Tints of Sulu #CEF77D
RGB
CMYK
RGB Variations
Color information
#CEF77D (or 0xCEF77D) is known color: Sulu. HEX triplet: CE, F7 and 7D. RGB value is (206,247,125). Sum of RGB (Red+Green+Blue) = 206+247+125=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF77D is #310882. Grayscale: #DDDDDD. Windows color (decimal): -3213443 or 8255438. OLE color: 8255438.
HSL color Cylindrical-coordinate representation of color #CEF77D: hue angle of 80.16º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF77D is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 125 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.03 |
| HSL | 80.16º | 0.88% | 0.73% | - |
| HSV(B) | 80.16º | 0.49% | 0.97% | - |
| XYZ | 62.42 | 81.12 | 31.77 | - |
| YUV | 220.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 125 | 0.17 | 0 | 0.49 | 0.03 | 80.16 | 0.88 | 0.73 |
| Hex | CE | F7 | 7D | 11 | 0 | 31 | 3 | 50 | 58 | 49 |
| Octal | 316 | 367 | 175 | 21 | 0 | 61 | 3 | 120 | 130 | 111 |
| Binary | 11001110 | 11110111 | 1111101 | 10001 | 0 | 110001 | 11 | 1010000 | 1011000 | 1001001 |
Color Harmonies of #CEF77D
Complementary color
Monochromatic Colors of #CEF77D
Black with #CEF77D
Text Example
Text Example
White with #CEF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF77D; }
p { color: rgb(206,247,125); }
H1.HeaderClassName
{
color: #CEF77D;
}
.AnyTagClassName
{
color: #CEF77D;
}
</style>
background-color css
<style>
a { background-color: #CEF77D; }
a { background-color: rgb(206,247,125); }
div.DivClassName
{
background-color: #CEF77D;
}
.BgClassName
{
background-color: #CEF77D;
}
</style>
border-color css
<style>
span { border-color: #CEF77D; }
span { border-color: rgb(206,247,125); }
td.TdClassName
{
border-color: #CEF77D;
}
.TagClassName
{
border-color: #CEF77D;
}
</style>