#C1F149

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

Shades of Conifer #C1F149

Tints of Conifer #C1F149

Color information

#C1F149 (or 0xC1F149) is unknown color: approx Conifer. HEX triplet: C1, F1 and 49. RGB value is (193,241,73). Sum of RGB (Red+Green+Blue) = 193+241+73=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F149 is #3E0EB6. Grayscale: #D0D0D0. Windows color (decimal): -4066999 or 4846017. OLE color: 4846017.

HSL color Cylindrical-coordinate representation of color #C1F149: hue angle of 77.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1F149 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB19324173-
CMYK0.2000.700.05
HSL77.14º85.71%61.57%-
HSV(B)77.14º69.71%94.51%-
XYZ54.6574.7317.85-
YUV207.552.1117.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 73 (28.91% from 255) = 14.40%
R=38.07%
G=47.53%
B=14.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193241730.2000.700.0577.1485.7161.57
HexC1F1491404654d563e
Octal301361111240106511512676
Binary11000001111100011001001101000100011010110011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F149; }

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

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

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

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

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

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

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

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