Shades of Reef #CEF39B
Tints of Reef #CEF39B
RGB
CMYK
RGB Variations
Color information
#CEF39B (or 0xCEF39B) is known color: Reef. HEX triplet: CE, F3 and 9B. RGB value is (206,243,155). Sum of RGB (Red+Green+Blue) = 206+243+155=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF39B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF39B is #310C64. Grayscale: #DEDEDE. Windows color (decimal): -3214437 or 10220494. OLE color: 10220494.
HSL color Cylindrical-coordinate representation of color #CEF39B: hue angle of 85.23º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEF39B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 155 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.05 |
| HSL | 85.23º | 0.79% | 0.78% | - |
| HSV(B) | 85.23º | 0.36% | 0.95% | - |
| XYZ | 63.42 | 79.59 | 43.03 | - |
| YUV | 221.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 155 | 0.15 | 0 | 0.36 | 0.05 | 85.23 | 0.79 | 0.78 |
| Hex | CE | F3 | 9B | F | 0 | 24 | 5 | 55 | 4F | 4E |
| Octal | 316 | 363 | 233 | 17 | 0 | 44 | 5 | 125 | 117 | 116 |
| Binary | 11001110 | 11110011 | 10011011 | 1111 | 0 | 100100 | 101 | 1010101 | 1001111 | 1001110 |
Color Harmonies of #CEF39B
Complementary color
Monochromatic Colors of #CEF39B
Black with #CEF39B
Text Example
Text Example
White with #CEF39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF39B; }
p { color: rgb(206,243,155); }
H1.HeaderClassName
{
color: #CEF39B;
}
.AnyTagClassName
{
color: #CEF39B;
}
</style>
background-color css
<style>
a { background-color: #CEF39B; }
a { background-color: rgb(206,243,155); }
div.DivClassName
{
background-color: #CEF39B;
}
.BgClassName
{
background-color: #CEF39B;
}
</style>
border-color css
<style>
span { border-color: #CEF39B; }
span { border-color: rgb(206,243,155); }
td.TdClassName
{
border-color: #CEF39B;
}
.TagClassName
{
border-color: #CEF39B;
}
</style>