Shades of Reef #C3F1A0
Tints of Reef #C3F1A0
RGB
CMYK
RGB Variations
Color information
#C3F1A0 (or 0xC3F1A0) is known color: Reef. HEX triplet: C3, F1 and A0. RGB value is (195,241,160). Sum of RGB (Red+Green+Blue) = 195+241+160=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F1A0 is #3C0E5F. Grayscale: #DADADA. Windows color (decimal): -3935840 or 10547651. OLE color: 10547651.
HSL color Cylindrical-coordinate representation of color #C3F1A0: hue angle of 94.07º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3F1A0 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 160 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.05 |
| HSL | 94.07º | 0.74% | 0.79% | - |
| HSV(B) | 94.07º | 0.34% | 0.95% | - |
| XYZ | 60.31 | 77.05 | 44.95 | - |
| YUV | 218.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 160 | 0.19 | 0 | 0.34 | 0.05 | 94.07 | 0.74 | 0.79 |
| Hex | C3 | F1 | A0 | 13 | 0 | 22 | 5 | 5E | 4A | 4F |
| Octal | 303 | 361 | 240 | 23 | 0 | 42 | 5 | 136 | 112 | 117 |
| Binary | 11000011 | 11110001 | 10100000 | 10011 | 0 | 100010 | 101 | 1011110 | 1001010 | 1001111 |
Color Harmonies of #C3F1A0
Complementary color
Monochromatic Colors of #C3F1A0
Black with #C3F1A0
Text Example
Text Example
White with #C3F1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F1A0; }
p { color: rgb(195,241,160); }
H1.HeaderClassName
{
color: #C3F1A0;
}
.AnyTagClassName
{
color: #C3F1A0;
}
</style>
background-color css
<style>
a { background-color: #C3F1A0; }
a { background-color: rgb(195,241,160); }
div.DivClassName
{
background-color: #C3F1A0;
}
.BgClassName
{
background-color: #C3F1A0;
}
</style>
border-color css
<style>
span { border-color: #C3F1A0; }
span { border-color: rgb(195,241,160); }
td.TdClassName
{
border-color: #C3F1A0;
}
.TagClassName
{
border-color: #C3F1A0;
}
</style>