#C1FE94

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

Shades of Reef #C1FE94

Tints of Reef #C1FE94

Color information

#C1FE94 (or 0xC1FE94) is unknown color: approx Reef. HEX triplet: C1, FE and 94. RGB value is (193,254,148). Sum of RGB (Red+Green+Blue) = 193+254+148=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FE94 is #3E016B. Grayscale: #E0E0E0. Windows color (decimal): -4063596 or 9764545. OLE color: 9764545.

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

Color convert

RGB193254148-
CMYK0.2400.420.00
HSL94.53º98.15%78.82%-
HSV(B)94.53º41.73%99.61%-
XYZ62.7884.3640.99-
YUV223.6885.29106.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=32.44%
G=42.69%
B=24.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932541480.2400.420.0094.5398.1578.82
HexC1FE941802A05f624f
Octal301376224300520137142117
Binary1100000111111110100101001100001010100101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FE94; }

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

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

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

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

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

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

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

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