#C1F860

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

Shades of Conifer #C1F860

Tints of Conifer #C1F860

Color information

#C1F860 (or 0xC1F860) is unknown color: approx Conifer. HEX triplet: C1, F8 and 60. RGB value is (193,248,96). Sum of RGB (Red+Green+Blue) = 193+248+96=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F860 is #3E079F. Grayscale: #D6D6D6. Windows color (decimal): -4065184 or 6355137. OLE color: 6355137.

HSL color Cylindrical-coordinate representation of color #C1F860: hue angle of 81.71º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1F860 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB19324896-
CMYK0.2200.610.03
HSL81.71º91.57%67.45%-
HSV(B)81.71º61.29%97.25%-
XYZ57.6779.3223.34-
YUV214.2361.28112.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 248 (97.27% from 255) = 46.18%
BLUE value IS 96 (37.89% from 255) = 17.88%
R=35.94%
G=46.18%
B=17.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal193248960.2200.610.0381.7191.5767.45
HexC1F8601603D3525c43
Octal301370140260753122134103
Binary1100000111111000110000010110011110111101001010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F860; }

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

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

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

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

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

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

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

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