#C1F895

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

Shades of Reef #C1F895

Tints of Reef #C1F895

Color information

#C1F895 (or 0xC1F895) is unknown color: approx Reef. HEX triplet: C1, F8 and 95. RGB value is (193,248,149). Sum of RGB (Red+Green+Blue) = 193+248+149=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F895 is #3E076A. Grayscale: #DCDCDC. Windows color (decimal): -4065131 or 9828545. OLE color: 9828545.

HSL color Cylindrical-coordinate representation of color #C1F895: hue angle of 93.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1F895 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB193248149-
CMYK0.2200.400.03
HSL93.33º87.61%77.84%-
HSV(B)93.33º39.92%97.25%-
XYZ60.9880.6440.79-
YUV220.2787.78108.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.71%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 149 (58.59% from 255) = 25.25%
R=32.71%
G=42.03%
B=25.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1932481490.2200.400.0393.3387.6177.84
HexC1F8951602835d584e
Octal301370225260503135130116
Binary11000001111110001001010110110010100011101110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F895; }

 p { color: rgb(193,248,149); }

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

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

 a { background-color: rgb(193,248,149); }

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

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

 span { border-color: rgb(193,248,149); }

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