#C1E15C

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

Shades of Conifer #C1E15C

Tints of Conifer #C1E15C

Color information

#C1E15C (or 0xC1E15C) is unknown color: approx Conifer. HEX triplet: C1, E1 and 5C. RGB value is (193,225,92). Sum of RGB (Red+Green+Blue) = 193+225+92=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E15C is #3E1EA3. Grayscale: #C8C8C8. Windows color (decimal): -4071076 or 6087105. OLE color: 6087105.

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

Color convert

RGB19322592-
CMYK0.1400.590.12
HSL74.44º68.91%62.16%-
HSV(B)74.44º59.11%88.24%-
XYZ50.8565.9620.18-
YUV200.2766.9122.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=37.84%
G=44.12%
B=18.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193225920.1400.590.1274.4468.9162.16
HexC1E15CE03BC4a453e
Octal301341134160731411210576
Binary1100000111100001101110011100111011110010010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E15C; }

 p { color: rgb(193,225,92); }

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

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

 a { background-color: rgb(193,225,92); }

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

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

 span { border-color: rgb(193,225,92); }

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