#C2ED52

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

Shades of Conifer #C2ED52

Tints of Conifer #C2ED52

Color information

#C2ED52 (or 0xC2ED52) is unknown color: approx Conifer. HEX triplet: C2, ED and 52. RGB value is (194,237,82). Sum of RGB (Red+Green+Blue) = 194+237+82=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED52 is #3D12AD. Grayscale: #CFCFCF. Windows color (decimal): -4002478 or 5434818. OLE color: 5434818.

HSL color Cylindrical-coordinate representation of color #C2ED52: hue angle of 76.65º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2ED52 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB19423782-
CMYK0.1800.650.07
HSL76.65º81.15%62.55%-
HSV(B)76.65º65.4%92.94%-
XYZ54.0672.6519.16-
YUV206.4757.75119.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 82 (32.42% from 255) = 15.98%
R=37.82%
G=46.20%
B=15.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194237820.1800.650.0776.6581.1562.55
HexC2ED521204174d513f
Octal302355122220101711512177
Binary11000010111011011010010100100100000111110011011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ED52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ED52; }

 p { color: rgb(194,237,82); }

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

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

 a { background-color: rgb(194,237,82); }

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

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

 span { border-color: rgb(194,237,82); }

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