Shades of Sulu #CEF37B
Tints of Sulu #CEF37B
RGB
CMYK
RGB Variations
Color information
#CEF37B (or 0xCEF37B) is known color: Sulu. HEX triplet: CE, F3 and 7B. RGB value is (206,243,123). Sum of RGB (Red+Green+Blue) = 206+243+123=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF37B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF37B is #310C84. Grayscale: #DADADA. Windows color (decimal): -3214469 or 8123342. OLE color: 8123342.
HSL color Cylindrical-coordinate representation of color #CEF37B: hue angle of 78.5º degrees, saturation: 0.83, 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 #CEF37B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 123 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 78.5º | 0.83% | 0.72% | - |
| HSV(B) | 78.5º | 0.49% | 0.95% | - |
| XYZ | 61.08 | 78.65 | 30.7 | - |
| YUV | 218.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 123 | 0.15 | 0 | 0.49 | 0.05 | 78.5 | 0.83 | 0.72 |
| Hex | CE | F3 | 7B | F | 0 | 31 | 5 | 4E | 53 | 48 |
| Octal | 316 | 363 | 173 | 17 | 0 | 61 | 5 | 116 | 123 | 110 |
| Binary | 11001110 | 11110011 | 1111011 | 1111 | 0 | 110001 | 101 | 1001110 | 1010011 | 1001000 |
Color Harmonies of #CEF37B
Complementary color
Monochromatic Colors of #CEF37B
Black with #CEF37B
Text Example
Text Example
White with #CEF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF37B; }
p { color: rgb(206,243,123); }
H1.HeaderClassName
{
color: #CEF37B;
}
.AnyTagClassName
{
color: #CEF37B;
}
</style>
background-color css
<style>
a { background-color: #CEF37B; }
a { background-color: rgb(206,243,123); }
div.DivClassName
{
background-color: #CEF37B;
}
.BgClassName
{
background-color: #CEF37B;
}
</style>
border-color css
<style>
span { border-color: #CEF37B; }
span { border-color: rgb(206,243,123); }
td.TdClassName
{
border-color: #CEF37B;
}
.TagClassName
{
border-color: #CEF37B;
}
</style>