#B3F14A

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

Shades of Conifer #B3F14A

Tints of Conifer #B3F14A

Color information

#B3F14A (or 0xB3F14A) is unknown color: approx Conifer. HEX triplet: B3, F1 and 4A. RGB value is (179,241,74). Sum of RGB (Red+Green+Blue) = 179+241+74=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3F14A is #4C0EB5. Grayscale: #CCCCCC. Windows color (decimal): -4984502 or 4911539. OLE color: 4911539.

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

Color convert

RGB17924174-
CMYK0.2600.690.05
HSL82.28º85.64%61.76%-
HSV(B)82.28º69.29%94.51%-
XYZ51.2872.9917.86-
YUV203.4254.96110.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 74 (29.30% from 255) = 14.98%
R=36.23%
G=48.79%
B=14.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179241740.2600.690.0582.2885.6461.76
HexB3F14A1A045552563e
Octal263361112320105512212676
Binary10110011111100011001010110100100010110110100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F14A; }

 p { color: rgb(179,241,74); }

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

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

 a { background-color: rgb(179,241,74); }

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

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

 span { border-color: rgb(179,241,74); }

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