#C1E695

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

Shades of Reef #C1E695

Tints of Reef #C1E695

Color information

#C1E695 (or 0xC1E695) is unknown color: approx Reef. HEX triplet: C1, E6 and 95. RGB value is (193,230,149). Sum of RGB (Red+Green+Blue) = 193+230+149=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1E695 is #3E196A. Grayscale: #D1D1D1. Windows color (decimal): -4069739 or 9823937. OLE color: 9823937.

HSL color Cylindrical-coordinate representation of color #C1E695: hue angle of 87.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1E695 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB193230149-
CMYK0.1600.350.10
HSL87.41º61.83%74.31%-
HSV(B)87.41º35.22%90.2%-
XYZ55.7170.139.03-
YUV209.793.74116.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 230 (90.23% from 255) = 40.21%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=33.74%
G=40.21%
B=26.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1932301490.1600.350.1087.4161.8374.31
HexC1E69510023A573e4a
Octal301346225200431212776112
Binary110000011110011010010101100000100011101010101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E695; }

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

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

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

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

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

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

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

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