Shades of Sulu #CEF68A
Tints of Sulu #CEF68A
RGB
CMYK
RGB Variations
Color information
#CEF68A (or 0xCEF68A) is known color: Sulu. HEX triplet: CE, F6 and 8A. RGB value is (206,246,138). Sum of RGB (Red+Green+Blue) = 206+246+138=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF68A is #310975. Grayscale: #DEDEDE. Windows color (decimal): -3213686 or 9107150. OLE color: 9107150.
HSL color Cylindrical-coordinate representation of color #CEF68A: hue angle of 82.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEF68A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 138 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.04 |
| HSL | 82.22º | 0.86% | 0.75% | - |
| HSV(B) | 82.22º | 0.44% | 0.96% | - |
| XYZ | 63 | 80.87 | 36.33 | - |
| YUV | 221.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 138 | 0.16 | 0 | 0.44 | 0.04 | 82.22 | 0.86 | 0.75 |
| Hex | CE | F6 | 8A | 10 | 0 | 2C | 4 | 52 | 56 | 4B |
| Octal | 316 | 366 | 212 | 20 | 0 | 54 | 4 | 122 | 126 | 113 |
| Binary | 11001110 | 11110110 | 10001010 | 10000 | 0 | 101100 | 100 | 1010010 | 1010110 | 1001011 |
Color Harmonies of #CEF68A
Complementary color
Monochromatic Colors of #CEF68A
Black with #CEF68A
Text Example
Text Example
White with #CEF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF68A; }
p { color: rgb(206,246,138); }
H1.HeaderClassName
{
color: #CEF68A;
}
.AnyTagClassName
{
color: #CEF68A;
}
</style>
background-color css
<style>
a { background-color: #CEF68A; }
a { background-color: rgb(206,246,138); }
div.DivClassName
{
background-color: #CEF68A;
}
.BgClassName
{
background-color: #CEF68A;
}
</style>
border-color css
<style>
span { border-color: #CEF68A; }
span { border-color: rgb(206,246,138); }
td.TdClassName
{
border-color: #CEF68A;
}
.TagClassName
{
border-color: #CEF68A;
}
</style>