#C1E860

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

Shades of Conifer #C1E860

Tints of Conifer #C1E860

Color information

#C1E860 (or 0xC1E860) is unknown color: approx Conifer. HEX triplet: C1, E8 and 60. RGB value is (193,232,96). Sum of RGB (Red+Green+Blue) = 193+232+96=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #C1E860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E860 is #3E179F. Grayscale: #CDCDCD. Windows color (decimal): -4069280 or 6351041. OLE color: 6351041.

HSL color Cylindrical-coordinate representation of color #C1E860: hue angle of 77.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1E860 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB19323296-
CMYK0.1700.590.09
HSL77.21º74.73%64.31%-
HSV(B)77.21º58.62%90.98%-
XYZ52.9669.921.77-
YUV204.8366.58119.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 232 (91.02% from 255) = 44.53%
BLUE value IS 96 (37.89% from 255) = 18.43%
R=37.04%
G=44.53%
B=18.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193232960.1700.590.0977.2174.7364.31
HexC1E8601103B94d4b40
Octal3013501402107311115113100
Binary110000011110100011000001000101110111001100110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E860; }

 p { color: rgb(193,232,96); }

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

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

 a { background-color: rgb(193,232,96); }

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

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

 span { border-color: rgb(193,232,96); }

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