#C2EB95

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

Shades of Reef #C2EB95

Tints of Reef #C2EB95

Color information

#C2EB95 (or 0xC2EB95) is unknown color: approx Reef. HEX triplet: C2, EB and 95. RGB value is (194,235,149). Sum of RGB (Red+Green+Blue) = 194+235+149=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB95 is #3D146A. Grayscale: #D5D5D5. Windows color (decimal): -4002923 or 9825218. OLE color: 9825218.

HSL color Cylindrical-coordinate representation of color #C2EB95: hue angle of 88.6º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2EB95 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB194235149-
CMYK0.1700.370.08
HSL88.6º68.25%75.29%-
HSV(B)88.6º36.6%92.16%-
XYZ57.3873.0639.51-
YUV212.9491.92114.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=33.56%
G=40.66%
B=25.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942351490.1700.370.0888.668.2575.29
HexC2EB9511025859444b
Octal3023532252104510131104113
Binary1100001011101011100101011000101001011000101100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EB95; }

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

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

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

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

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

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

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

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