#C1EA5D

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

Shades of Conifer #C1EA5D

Tints of Conifer #C1EA5D

Color information

#C1EA5D (or 0xC1EA5D) is unknown color: approx Conifer. HEX triplet: C1, EA and 5D. RGB value is (193,234,93). Sum of RGB (Red+Green+Blue) = 193+234+93=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EA5D is #3E15A2. Grayscale: #CECECE. Windows color (decimal): -4068771 or 6154945. OLE color: 6154945.

HSL color Cylindrical-coordinate representation of color #C1EA5D: hue angle of 77.45º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1EA5D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB19323493-
CMYK0.1800.600.08
HSL77.45º77.05%64.12%-
HSV(B)77.45º60.26%91.76%-
XYZ53.3970.9721.24-
YUV205.6764.42118.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 93 (36.72% from 255) = 17.88%
R=37.12%
G=45%
B=17.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193234930.1800.600.0877.4577.0564.12
HexC1EA5D1203C84d4d40
Octal3013521352207410115115100
Binary110000011110101010111011001001111001000100110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EA5D; }

 p { color: rgb(193,234,93); }

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

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

 a { background-color: rgb(193,234,93); }

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

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

 span { border-color: rgb(193,234,93); }

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