#C2E74C

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

Shades of Conifer #C2E74C

Tints of Conifer #C2E74C

Color information

#C2E74C (or 0xC2E74C) is unknown color: approx Conifer. HEX triplet: C2, E7 and 4C. RGB value is (194,231,76). Sum of RGB (Red+Green+Blue) = 194+231+76=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E74C is #3D18B3. Grayscale: #CACACA. Windows color (decimal): -4004020 or 5040066. OLE color: 5040066.

HSL color Cylindrical-coordinate representation of color #C2E74C: hue angle of 74.32º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2E74C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB19423176-
CMYK0.1600.670.09
HSL74.32º76.35%60.2%-
HSV(B)74.32º67.1%90.59%-
XYZ52.1369.1417.44-
YUV202.2756.74122.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 76 (30.08% from 255) = 15.17%
R=38.72%
G=46.11%
B=15.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194231760.1600.670.0974.3276.3560.2
HexC2E74C1004394a4c3c
Octal3023471142001031111211474
Binary110000101110011110011001000001000011100110010101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E74C; }

 p { color: rgb(194,231,76); }

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

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

 a { background-color: rgb(194,231,76); }

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

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

 span { border-color: rgb(194,231,76); }

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