Shades of Sulu #CEF67A
Tints of Sulu #CEF67A
RGB
CMYK
RGB Variations
Color information
#CEF67A (or 0xCEF67A) is known color: Sulu. HEX triplet: CE, F6 and 7A. RGB value is (206,246,122). Sum of RGB (Red+Green+Blue) = 206+246+122=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF67A is #310985. Grayscale: #DCDCDC. Windows color (decimal): -3213702 or 8058574. OLE color: 8058574.
HSL color Cylindrical-coordinate representation of color #CEF67A: hue angle of 79.35º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF67A is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 122 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.04 |
| HSL | 79.35º | 0.87% | 0.72% | - |
| HSV(B) | 79.35º | 0.5% | 0.96% | - |
| XYZ | 61.92 | 80.44 | 30.67 | - |
| YUV | 219.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 122 | 0.16 | 0 | 0.50 | 0.04 | 79.35 | 0.87 | 0.72 |
| Hex | CE | F6 | 7A | 10 | 0 | 32 | 4 | 4F | 57 | 48 |
| Octal | 316 | 366 | 172 | 20 | 0 | 62 | 4 | 117 | 127 | 110 |
| Binary | 11001110 | 11110110 | 1111010 | 10000 | 0 | 110010 | 100 | 1001111 | 1010111 | 1001000 |
Color Harmonies of #CEF67A
Complementary color
Monochromatic Colors of #CEF67A
Black with #CEF67A
Text Example
Text Example
White with #CEF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF67A; }
p { color: rgb(206,246,122); }
H1.HeaderClassName
{
color: #CEF67A;
}
.AnyTagClassName
{
color: #CEF67A;
}
</style>
background-color css
<style>
a { background-color: #CEF67A; }
a { background-color: rgb(206,246,122); }
div.DivClassName
{
background-color: #CEF67A;
}
.BgClassName
{
background-color: #CEF67A;
}
</style>
border-color css
<style>
span { border-color: #CEF67A; }
span { border-color: rgb(206,246,122); }
td.TdClassName
{
border-color: #CEF67A;
}
.TagClassName
{
border-color: #CEF67A;
}
</style>