Shades of Sulu #CEF27B
Tints of Sulu #CEF27B
RGB
CMYK
RGB Variations
Color information
#CEF27B (or 0xCEF27B) is known color: Sulu. HEX triplet: CE, F2 and 7B. RGB value is (206,242,123). Sum of RGB (Red+Green+Blue) = 206+242+123=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF27B is #310D84. Grayscale: #DADADA. Windows color (decimal): -3214725 or 8123086. OLE color: 8123086.
HSL color Cylindrical-coordinate representation of color #CEF27B: hue angle of 78.15º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF27B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 123 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 78.15º | 0.82% | 0.72% | - |
| HSV(B) | 78.15º | 0.49% | 0.95% | - |
| XYZ | 60.78 | 78.06 | 30.6 | - |
| YUV | 217.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 123 | 0.15 | 0 | 0.49 | 0.05 | 78.15 | 0.82 | 0.72 |
| Hex | CE | F2 | 7B | F | 0 | 31 | 5 | 4E | 52 | 48 |
| Octal | 316 | 362 | 173 | 17 | 0 | 61 | 5 | 116 | 122 | 110 |
| Binary | 11001110 | 11110010 | 1111011 | 1111 | 0 | 110001 | 101 | 1001110 | 1010010 | 1001000 |
Color Harmonies of #CEF27B
Complementary color
Monochromatic Colors of #CEF27B
Black with #CEF27B
Text Example
Text Example
White with #CEF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF27B; }
p { color: rgb(206,242,123); }
H1.HeaderClassName
{
color: #CEF27B;
}
.AnyTagClassName
{
color: #CEF27B;
}
</style>
background-color css
<style>
a { background-color: #CEF27B; }
a { background-color: rgb(206,242,123); }
div.DivClassName
{
background-color: #CEF27B;
}
.BgClassName
{
background-color: #CEF27B;
}
</style>
border-color css
<style>
span { border-color: #CEF27B; }
span { border-color: rgb(206,242,123); }
td.TdClassName
{
border-color: #CEF27B;
}
.TagClassName
{
border-color: #CEF27B;
}
</style>