Shades of Reef #C2EB93
Tints of Reef #C2EB93
RGB
CMYK
RGB Variations
Color information
#C2EB93 (or 0xC2EB93) is known color: Reef. HEX triplet: C2, EB and 93. RGB value is (194,235,147). Sum of RGB (Red+Green+Blue) = 194+235+147=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB93 is #3D146C. Grayscale: #D5D5D5. Windows color (decimal): -4002925 or 9694146. OLE color: 9694146.
HSL color Cylindrical-coordinate representation of color #C2EB93: hue angle of 87.95º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2EB93 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 147 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.08 |
| HSL | 87.95º | 0.69% | 0.75% | - |
| HSV(B) | 87.95º | 0.37% | 0.92% | - |
| XYZ | 57.22 | 72.99 | 38.68 | - |
| YUV | 212.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 147 | 0.17 | 0 | 0.37 | 0.08 | 87.95 | 0.69 | 0.75 |
| Hex | C2 | EB | 93 | 11 | 0 | 25 | 8 | 58 | 45 | 4B |
| Octal | 302 | 353 | 223 | 21 | 0 | 45 | 10 | 130 | 105 | 113 |
| Binary | 11000010 | 11101011 | 10010011 | 10001 | 0 | 100101 | 1000 | 1011000 | 1000101 | 1001011 |
Color Harmonies of #C2EB93
Complementary color
Monochromatic Colors of #C2EB93
Black with #C2EB93
Text Example
Text Example
White with #C2EB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB93; }
p { color: rgb(194,235,147); }
H1.HeaderClassName
{
color: #C2EB93;
}
.AnyTagClassName
{
color: #C2EB93;
}
</style>
background-color css
<style>
a { background-color: #C2EB93; }
a { background-color: rgb(194,235,147); }
div.DivClassName
{
background-color: #C2EB93;
}
.BgClassName
{
background-color: #C2EB93;
}
</style>
border-color css
<style>
span { border-color: #C2EB93; }
span { border-color: rgb(194,235,147); }
td.TdClassName
{
border-color: #C2EB93;
}
.TagClassName
{
border-color: #C2EB93;
}
</style>