#B3F14D

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

Shades of Conifer #B3F14D

Tints of Conifer #B3F14D

Color information

#B3F14D (or 0xB3F14D) is unknown color: approx Conifer. HEX triplet: B3, F1 and 4D. RGB value is (179,241,77). Sum of RGB (Red+Green+Blue) = 179+241+77=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F14D is #4C0EB2. Grayscale: #CCCCCC. Windows color (decimal): -4984499 or 5108147. OLE color: 5108147.

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

Color convert

RGB17924177-
CMYK0.2600.680.05
HSL82.68º85.42%62.35%-
HSV(B)82.68º68.05%94.51%-
XYZ51.3973.0318.41-
YUV203.7756.46110.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 77 (30.47% from 255) = 15.49%
R=36.02%
G=48.49%
B=15.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179241770.2600.680.0582.6885.4262.35
HexB3F14D1A044553553e
Octal263361115320104512312576
Binary10110011111100011001101110100100010010110100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F14D; }

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

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

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

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

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

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

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

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