#C2E25E

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

Shades of Conifer #C2E25E

Tints of Conifer #C2E25E

Color information

#C2E25E (or 0xC2E25E) is unknown color: approx Conifer. HEX triplet: C2, E2 and 5E. RGB value is (194,226,94). Sum of RGB (Red+Green+Blue) = 194+226+94=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E25E is #3D1DA1. Grayscale: #C9C9C9. Windows color (decimal): -4005282 or 6218434. OLE color: 6218434.

HSL color Cylindrical-coordinate representation of color #C2E25E: hue angle of 74.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E25E is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB19422694-
CMYK0.1400.580.11
HSL74.55º69.47%62.75%-
HSV(B)74.55º58.41%88.63%-
XYZ51.4666.6720.75-
YUV201.3867.4122.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 226 (88.67% from 255) = 43.97%
BLUE value IS 94 (37.11% from 255) = 18.29%
R=37.74%
G=43.97%
B=18.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194226940.1400.580.1174.5569.4762.75
HexC2E25EE03AB4b453f
Octal302342136160721311310577
Binary1100001011100010101111011100111010101110010111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E25E; }

 p { color: rgb(194,226,94); }

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

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

 a { background-color: rgb(194,226,94); }

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

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

 span { border-color: rgb(194,226,94); }

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