#C1F349

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

Shades of Conifer #C1F349

Tints of Conifer #C1F349

Color information

#C1F349 (or 0xC1F349) is unknown color: approx Conifer. HEX triplet: C1, F3 and 49. RGB value is (193,243,73). Sum of RGB (Red+Green+Blue) = 193+243+73=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F349 is #3E0CB6. Grayscale: #D1D1D1. Windows color (decimal): -4066487 or 4846529. OLE color: 4846529.

HSL color Cylindrical-coordinate representation of color #C1F349: hue angle of 77.65º degrees, saturation: 0.88, 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 #C1F349 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB19324373-
CMYK0.2100.700.05
HSL77.65º87.63%61.96%-
HSV(B)77.65º69.96%95.29%-
XYZ55.2575.9218.05-
YUV208.6751.44116.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 243 (95.31% from 255) = 47.74%
BLUE value IS 73 (28.91% from 255) = 14.34%
R=37.92%
G=47.74%
B=14.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193243730.2100.700.0577.6587.6361.96
HexC1F3491504654e583e
Octal301363111250106511613076
Binary11000001111100111001001101010100011010110011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F349; }

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

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

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

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

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

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

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

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