Shades of Sulu #CEF37D
Tints of Sulu #CEF37D
RGB
CMYK
RGB Variations
Color information
#CEF37D (or 0xCEF37D) is known color: Sulu. HEX triplet: CE, F3 and 7D. RGB value is (206,243,125). Sum of RGB (Red+Green+Blue) = 206+243+125=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF37D is #310C82. Grayscale: #DADADA. Windows color (decimal): -3214467 or 8254414. OLE color: 8254414.
HSL color Cylindrical-coordinate representation of color #CEF37D: hue angle of 78.81º 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 #CEF37D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 125 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.05 |
| HSL | 78.81º | 0.83% | 0.72% | - |
| HSV(B) | 78.81º | 0.49% | 0.95% | - |
| XYZ | 61.21 | 78.7 | 31.37 | - |
| YUV | 218.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 125 | 0.15 | 0 | 0.49 | 0.05 | 78.81 | 0.83 | 0.72 |
| Hex | CE | F3 | 7D | F | 0 | 31 | 5 | 4F | 53 | 48 |
| Octal | 316 | 363 | 175 | 17 | 0 | 61 | 5 | 117 | 123 | 110 |
| Binary | 11001110 | 11110011 | 1111101 | 1111 | 0 | 110001 | 101 | 1001111 | 1010011 | 1001000 |
Color Harmonies of #CEF37D
Complementary color
Monochromatic Colors of #CEF37D
Black with #CEF37D
Text Example
Text Example
White with #CEF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF37D; }
p { color: rgb(206,243,125); }
H1.HeaderClassName
{
color: #CEF37D;
}
.AnyTagClassName
{
color: #CEF37D;
}
</style>
background-color css
<style>
a { background-color: #CEF37D; }
a { background-color: rgb(206,243,125); }
div.DivClassName
{
background-color: #CEF37D;
}
.BgClassName
{
background-color: #CEF37D;
}
</style>
border-color css
<style>
span { border-color: #CEF37D; }
span { border-color: rgb(206,243,125); }
td.TdClassName
{
border-color: #CEF37D;
}
.TagClassName
{
border-color: #CEF37D;
}
</style>