#B2F14A

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

Shades of Conifer #B2F14A

Tints of Conifer #B2F14A

Color information

#B2F14A (or 0xB2F14A) is unknown color: approx Conifer. HEX triplet: B2, F1 and 4A. RGB value is (178,241,74). Sum of RGB (Red+Green+Blue) = 178+241+74=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F14A is #4D0EB5. Grayscale: #CBCBCB. Windows color (decimal): -5050038 or 4911538. OLE color: 4911538.

HSL color Cylindrical-coordinate representation of color #B2F14A: hue angle of 82.63º 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 #B2F14A is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB17824174-
CMYK0.2600.690.05
HSL82.63º85.64%61.76%-
HSV(B)82.63º69.29%94.51%-
XYZ51.0572.8717.85-
YUV203.1255.13110.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 74 (29.30% from 255) = 15.01%
R=36.11%
G=48.88%
B=15.01%

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
Decimal178241740.2600.690.0582.6385.6461.76
HexB2F14A1A045553563e
Octal262361112320105512312676
Binary10110010111100011001010110100100010110110100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F14A; }

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

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

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

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

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

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

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

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