#C3FB96

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

Shades of Reef #C3FB96

Tints of Reef #C3FB96

Color information

#C3FB96 (or 0xC3FB96) is unknown color: approx Reef. HEX triplet: C3, FB and 96. RGB value is (195,251,150). Sum of RGB (Red+Green+Blue) = 195+251+150=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FB96 is #3C0469. Grayscale: #DFDFDF. Windows color (decimal): -3933290 or 9894851. OLE color: 9894851.

HSL color Cylindrical-coordinate representation of color #C3FB96: hue angle of 93.27º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3FB96 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB195251150-
CMYK0.2200.400.02
HSL93.27º92.66%78.63%-
HSV(B)93.27º40.24%98.43%-
XYZ62.5182.841.54-
YUV222.7486.95108.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=32.72%
G=42.11%
B=25.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952511500.2200.400.0293.2792.6678.63
HexC3FB961602825d5d4f
Octal303373226260502135135117
Binary11000011111110111001011010110010100010101110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FB96; }

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

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

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

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

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

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

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

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