#C1F695

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

Shades of Reef #C1F695

Tints of Reef #C1F695

Color information

#C1F695 (or 0xC1F695) is unknown color: approx Reef. HEX triplet: C1, F6 and 95. RGB value is (193,246,149). Sum of RGB (Red+Green+Blue) = 193+246+149=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F695 is #3E096A. Grayscale: #DBDBDB. Windows color (decimal): -4065643 or 9828033. OLE color: 9828033.

HSL color Cylindrical-coordinate representation of color #C1F695: hue angle of 92.78º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1F695 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB193246149-
CMYK0.2200.390.04
HSL92.78º84.35%77.45%-
HSV(B)92.78º39.43%96.47%-
XYZ60.3779.4240.58-
YUV219.0988.44109.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=32.82%
G=41.84%
B=25.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1932461490.2200.390.0492.7884.3577.45
HexC1F6951602745d544d
Octal301366225260474135124115
Binary110000011111011010010101101100100111100101110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F695; }

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

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

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

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

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

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

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

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