#C1F949

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

Shades of Conifer #C1F949

Tints of Conifer #C1F949

Color information

#C1F949 (or 0xC1F949) is unknown color: approx Conifer. HEX triplet: C1, F9 and 49. RGB value is (193,249,73). Sum of RGB (Red+Green+Blue) = 193+249+73=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F949 is #3E06B6. Grayscale: #D4D4D4. Windows color (decimal): -4064951 or 4848065. OLE color: 4848065.

HSL color Cylindrical-coordinate representation of color #C1F949: hue angle of 79.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1F949 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB19324973-
CMYK0.2200.710.02
HSL79.09º93.62%63.14%-
HSV(B)79.09º70.68%97.65%-
XYZ57.0779.5718.65-
YUV212.1949.45114.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 249 (97.66% from 255) = 48.35%
BLUE value IS 73 (28.91% from 255) = 14.17%
R=37.48%
G=48.35%
B=14.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193249730.2200.710.0279.0993.6263.14
HexC1F9491604724f5e3f
Octal301371111260107211713677
Binary1100000111111001100100110110010001111010011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F949; }

 p { color: rgb(193,249,73); }

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

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

 a { background-color: rgb(193,249,73); }

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

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

 span { border-color: rgb(193,249,73); }

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