#C1FF94

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

Shades of Reef #C1FF94

Tints of Reef #C1FF94

Color information

#C1FF94 (or 0xC1FF94) is unknown color: approx Reef. HEX triplet: C1, FF and 94. RGB value is (193,255,148). Sum of RGB (Red+Green+Blue) = 193+255+148=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FF94 is #3E006B. Grayscale: #E0E0E0. Windows color (decimal): -4063340 or 9764801. OLE color: 9764801.

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

Color convert

RGB193255148-
CMYK0.2400.420
HSL94.77º100%79.02%-
HSV(B)94.77º41.96%100%-
XYZ63.18541.1-
YUV224.2684.96105.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=32.38%
G=42.79%
B=24.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932551480.2400.42094.7710079.02
HexC1FF941802A05f644f
Octal301377224300520137144117
Binary1100000111111111100101001100001010100101111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FF94; }

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

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

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

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

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

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

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

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