#C4FB94

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

Shades of Reef #C4FB94

Tints of Reef #C4FB94

Color information

#C4FB94 (or 0xC4FB94) is unknown color: approx Reef. HEX triplet: C4, FB and 94. RGB value is (196,251,148). Sum of RGB (Red+Green+Blue) = 196+251+148=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FB94 is #3B046B. Grayscale: #DFDFDF. Windows color (decimal): -3867756 or 9763780. OLE color: 9763780.

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

Color convert

RGB196251148-
CMYK0.2200.410.02
HSL92.04º92.79%78.24%-
HSV(B)92.04º41.04%98.43%-
XYZ62.6182.8740.71-
YUV222.8185.78108.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.94%
GREEN value IS 251 (98.44% from 255) = 42.18%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=32.94%
G=42.18%
B=24.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962511480.2200.410.0292.0492.7978.24
HexC4FB941602925c5d4e
Octal304373224260512134135116
Binary11000100111110111001010010110010100110101110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FB94; }

 p { color: rgb(196,251,148); }

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

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

 a { background-color: rgb(196,251,148); }

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

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

 span { border-color: rgb(196,251,148); }

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