#C4FA49

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

Shades of Conifer #C4FA49

Tints of Conifer #C4FA49

Color information

#C4FA49 (or 0xC4FA49) is unknown color: approx Conifer. HEX triplet: C4, FA and 49. RGB value is (196,250,73). Sum of RGB (Red+Green+Blue) = 196+250+73=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FA49 is #3B05B6. Grayscale: #D6D6D6. Windows color (decimal): -3868087 or 4848324. OLE color: 4848324.

HSL color Cylindrical-coordinate representation of color #C4FA49: hue angle of 78.31º degrees, saturation: 0.95, 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 #C4FA49 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB19625073-
CMYK0.2200.710.02
HSL78.31º94.65%63.33%-
HSV(B)78.31º70.8%98.04%-
XYZ58.1580.5918.79-
YUV213.6848.61115.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 73 (28.91% from 255) = 14.07%
R=37.76%
G=48.17%
B=14.07%

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
Decimal196250730.2200.710.0278.3194.6563.33
HexC4FA491604724e5f3f
Octal304372111260107211613777
Binary1100010011111010100100110110010001111010011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FA49; }

 p { color: rgb(196,250,73); }

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

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

 a { background-color: rgb(196,250,73); }

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

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

 span { border-color: rgb(196,250,73); }

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