#C2E695

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

Shades of Reef #C2E695

Tints of Reef #C2E695

Color information

#C2E695 (or 0xC2E695) is unknown color: approx Reef. HEX triplet: C2, E6 and 95. RGB value is (194,230,149). Sum of RGB (Red+Green+Blue) = 194+230+149=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E695 is #3D196A. Grayscale: #D2D2D2. Windows color (decimal): -4004203 or 9823938. OLE color: 9823938.

HSL color Cylindrical-coordinate representation of color #C2E695: hue angle of 86.67º 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 #C2E695 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB194230149-
CMYK0.1600.350.10
HSL86.67º61.83%74.31%-
HSV(B)86.67º35.22%90.2%-
XYZ55.9770.2339.04-
YUV21093.57116.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 230 (90.23% from 255) = 40.14%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=33.86%
G=40.14%
B=26.00%

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
Decimal1942301490.1600.350.1086.6761.8374.31
HexC2E69510023A573e4a
Octal302346225200431212776112
Binary110000101110011010010101100000100011101010101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E695; }

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

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

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

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

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

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

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

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