#C1E04C

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

Shades of Conifer #C1E04C

Tints of Conifer #C1E04C

Color information

#C1E04C (or 0xC1E04C) is unknown color: approx Conifer. HEX triplet: C1, E0 and 4C. RGB value is (193,224,76). Sum of RGB (Red+Green+Blue) = 193+224+76=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E04C is #3E1FB3. Grayscale: #C6C6C6. Windows color (decimal): -4071348 or 5038273. OLE color: 5038273.

HSL color Cylindrical-coordinate representation of color #C1E04C: hue angle of 72.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1E04C is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB19322476-
CMYK0.1400.660.12
HSL72.57º70.48%58.82%-
HSV(B)72.57º66.07%87.84%-
XYZ49.9565.1716.78-
YUV197.8659.23124.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 76 (30.08% from 255) = 15.42%
R=39.15%
G=45.44%
B=15.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193224760.1400.660.1272.5770.4858.82
HexC1E04CE042C49463b
Octal3013401141601021411110673
Binary11000001111000001001100111001000010110010010011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E04C; }

 p { color: rgb(193,224,76); }

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

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

 a { background-color: rgb(193,224,76); }

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

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

 span { border-color: rgb(193,224,76); }

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