Shades of Reef #CEF39C
Tints of Reef #CEF39C
RGB
CMYK
RGB Variations
Color information
#CEF39C (or 0xCEF39C) is known color: Reef. HEX triplet: CE, F3 and 9C. RGB value is (206,243,156). Sum of RGB (Red+Green+Blue) = 206+243+156=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF39C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF39C is #310C63. Grayscale: #DEDEDE. Windows color (decimal): -3214436 or 10286030. OLE color: 10286030.
HSL color Cylindrical-coordinate representation of color #CEF39C: hue angle of 85.52º degrees, saturation: 0.78, 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 #CEF39C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 156 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.05 |
| HSL | 85.52º | 0.78% | 0.78% | - |
| HSV(B) | 85.52º | 0.36% | 0.95% | - |
| XYZ | 63.5 | 79.62 | 43.47 | - |
| YUV | 222.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 156 | 0.15 | 0 | 0.36 | 0.05 | 85.52 | 0.78 | 0.78 |
| Hex | CE | F3 | 9C | F | 0 | 24 | 5 | 56 | 4E | 4E |
| Octal | 316 | 363 | 234 | 17 | 0 | 44 | 5 | 126 | 116 | 116 |
| Binary | 11001110 | 11110011 | 10011100 | 1111 | 0 | 100100 | 101 | 1010110 | 1001110 | 1001110 |
Color Harmonies of #CEF39C
Complementary color
Monochromatic Colors of #CEF39C
Black with #CEF39C
Text Example
Text Example
White with #CEF39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF39C; }
p { color: rgb(206,243,156); }
H1.HeaderClassName
{
color: #CEF39C;
}
.AnyTagClassName
{
color: #CEF39C;
}
</style>
background-color css
<style>
a { background-color: #CEF39C; }
a { background-color: rgb(206,243,156); }
div.DivClassName
{
background-color: #CEF39C;
}
.BgClassName
{
background-color: #CEF39C;
}
</style>
border-color css
<style>
span { border-color: #CEF39C; }
span { border-color: rgb(206,243,156); }
td.TdClassName
{
border-color: #CEF39C;
}
.TagClassName
{
border-color: #CEF39C;
}
</style>