Shades of Reef #C3FF9D
Tints of Reef #C3FF9D
RGB
CMYK
RGB Variations
Color information
#C3FF9D (or 0xC3FF9D) is known color: Reef. HEX triplet: C3, FF and 9D. RGB value is (195,255,157). Sum of RGB (Red+Green+Blue) = 195+255+157=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FF9D is #3C0062. Grayscale: #E2E2E2. Windows color (decimal): -3932259 or 10354627. OLE color: 10354627.
HSL color Cylindrical-coordinate representation of color #C3FF9D: hue angle of 96.73º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3FF9D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 157 | - |
| CMYK | 0.24 | 0 | 0.38 | 0 |
| HSL | 96.73º | 1% | 0.81% | - |
| HSV(B) | 96.73º | 0.38% | 1% | - |
| XYZ | 64.35 | 85.56 | 45.02 | - |
| YUV | 225.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 157 | 0.24 | 0 | 0.38 | 0 | 96.73 | 1 | 0.81 |
| Hex | C3 | FF | 9D | 18 | 0 | 26 | 0 | 61 | 64 | 51 |
| Octal | 303 | 377 | 235 | 30 | 0 | 46 | 0 | 141 | 144 | 121 |
| Binary | 11000011 | 11111111 | 10011101 | 11000 | 0 | 100110 | 0 | 1100001 | 1100100 | 1010001 |
Color Harmonies of #C3FF9D
Complementary color
Monochromatic Colors of #C3FF9D
Black with #C3FF9D
Text Example
Text Example
White with #C3FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF9D; }
p { color: rgb(195,255,157); }
H1.HeaderClassName
{
color: #C3FF9D;
}
.AnyTagClassName
{
color: #C3FF9D;
}
</style>
background-color css
<style>
a { background-color: #C3FF9D; }
a { background-color: rgb(195,255,157); }
div.DivClassName
{
background-color: #C3FF9D;
}
.BgClassName
{
background-color: #C3FF9D;
}
</style>
border-color css
<style>
span { border-color: #C3FF9D; }
span { border-color: rgb(195,255,157); }
td.TdClassName
{
border-color: #C3FF9D;
}
.TagClassName
{
border-color: #C3FF9D;
}
</style>