#C1FB94

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

Shades of Reef #C1FB94

Tints of Reef #C1FB94

Color information

#C1FB94 (or 0xC1FB94) is unknown color: approx Reef. HEX triplet: C1, FB and 94. RGB value is (193,251,148). Sum of RGB (Red+Green+Blue) = 193+251+148=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FB94 is #3E046B. Grayscale: #DEDEDE. Windows color (decimal): -4064364 or 9763777. OLE color: 9763777.

HSL color Cylindrical-coordinate representation of color #C1FB94: hue angle of 93.79º 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 #C1FB94 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB193251148-
CMYK0.2300.410.02
HSL93.79º92.79%78.24%-
HSV(B)93.79º41.04%98.43%-
XYZ61.8382.4740.68-
YUV221.9286.28107.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 148 (58.20% from 255) = 25%
R=32.60%
G=42.40%
B=25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932511480.2300.410.0293.7992.7978.24
HexC1FB941702925e5d4e
Octal301373224270512136135116
Binary11000001111110111001010010111010100110101111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FB94; }

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

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

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

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

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

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

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

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