#c2e548

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

Shades of Conifer #C2E548

Tints of Conifer #C2E548

Color information

#C2E548 (or 0xC2E548) is unknown color: approx Conifer. HEX triplet: C2, E5 and 48. RGB value is (194,229,72). Sum of RGB (Red+Green+Blue) = 194+229+72=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E548 is #3D1AB7. Grayscale: #C9C9C9. Windows color (decimal): -4004536 or 4777410. OLE color: 4777410.

HSL color Cylindrical-coordinate representation of color #C2E548: hue angle of 73.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2E548 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB19422972-
CMYK0.1500.690.10
HSL73.38º75.12%59.02%-
HSV(B)73.38º68.56%89.8%-
XYZ51.4467.9816.54-
YUV200.6455.4123.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 229 (89.84% from 255) = 46.26%
BLUE value IS 72 (28.52% from 255) = 14.55%
R=39.19%
G=46.26%
B=14.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194229720.1500.690.1073.3875.1259.02
HexC2E548F045A494b3b
Octal3023451101701051211111373
Binary11000010111001011001000111101000101101010010011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2e548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2e548; }

 p { color: rgb(194,229,72); }

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

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

 a { background-color: rgb(194,229,72); }

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

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

 span { border-color: rgb(194,229,72); }

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