Shades of Reef #C3FF9A
Tints of Reef #C3FF9A
RGB
CMYK
RGB Variations
Color information
#C3FF9A (or 0xC3FF9A) is known color: Reef. HEX triplet: C3, FF and 9A. RGB value is (195,255,154). Sum of RGB (Red+Green+Blue) = 195+255+154=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FF9A is #3C0065. Grayscale: #E1E1E1. Windows color (decimal): -3932262 or 10158019. OLE color: 10158019.
HSL color Cylindrical-coordinate representation of color #C3FF9A: hue angle of 95.64º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3FF9A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 154 | - |
| CMYK | 0.24 | 0 | 0.40 | 0 |
| HSL | 95.64º | 1% | 0.8% | - |
| HSV(B) | 95.64º | 0.4% | 1% | - |
| XYZ | 64.1 | 85.46 | 43.69 | - |
| YUV | 225.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 154 | 0.24 | 0 | 0.40 | 0 | 95.64 | 1 | 0.8 |
| Hex | C3 | FF | 9A | 18 | 0 | 28 | 0 | 60 | 64 | 50 |
| Octal | 303 | 377 | 232 | 30 | 0 | 50 | 0 | 140 | 144 | 120 |
| Binary | 11000011 | 11111111 | 10011010 | 11000 | 0 | 101000 | 0 | 1100000 | 1100100 | 1010000 |
Color Harmonies of #C3FF9A
Complementary color
Monochromatic Colors of #C3FF9A
Black with #C3FF9A
Text Example
Text Example
White with #C3FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF9A; }
p { color: rgb(195,255,154); }
H1.HeaderClassName
{
color: #C3FF9A;
}
.AnyTagClassName
{
color: #C3FF9A;
}
</style>
background-color css
<style>
a { background-color: #C3FF9A; }
a { background-color: rgb(195,255,154); }
div.DivClassName
{
background-color: #C3FF9A;
}
.BgClassName
{
background-color: #C3FF9A;
}
</style>
border-color css
<style>
span { border-color: #C3FF9A; }
span { border-color: rgb(195,255,154); }
td.TdClassName
{
border-color: #C3FF9A;
}
.TagClassName
{
border-color: #C3FF9A;
}
</style>