#C3FF96

Color #C3FF96 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C3FF96

Tints of Reef #C3FF96

Color information

#C3FF96 (or 0xC3FF96) is unknown color: approx Reef. HEX triplet: C3, FF and 96. RGB value is (195,255,150). Sum of RGB (Red+Green+Blue) = 195+255+150=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FF96 is #3C0069. Grayscale: #E1E1E1. Windows color (decimal): -3932266 or 9895875. OLE color: 9895875.

HSL color Cylindrical-coordinate representation of color #C3FF96: hue angle of 94.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3FF96 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB195255150-
CMYK0.2400.410
HSL94.29º100%79.41%-
HSV(B)94.29º41.18%100%-
XYZ63.7785.3241.96-
YUV225.0985.62106.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 255 (100% from 255) = 42.5%
BLUE value IS 150 (58.98% from 255) = 25%
R=32.5%
G=42.5%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952551500.2400.41094.2910079.41
HexC3FF961802905e644f
Octal303377226300510136144117
Binary1100001111111111100101101100001010010101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FF96; }

 p { color: rgb(195,255,150); }

 H1.HeaderClassName
 {
   color: #C3FF96;
 }
 .AnyTagClassName
 {
   color: #C3FF96;
 }
</style>
background-color css

<style>
 a { background-color: #C3FF96; }

 a { background-color: rgb(195,255,150); }

 div.DivClassName
 {
   background-color: #C3FF96;
 }
 .BgClassName
 {
   background-color: #C3FF96;
 }
</style>
border-color css

<style>
 span { border-color: #C3FF96; }

 span { border-color: rgb(195,255,150); }

 td.TdClassName
 {
   border-color: #C3FF96;
 }
 .TagClassName
 {
   border-color: #C3FF96;
 }
</style>