Html Css Color HEX #B2F149 Conifer

📋 copy color: '#B2F149'

red 178 ◦ green 241 ◦ blue 73

#B2F149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B2F149

Tints of Conifer #B2F149

RGB

 RED value IS 178 (69.92% from 255) = 36.18%

 GREEN value IS 241 (94.53% from 255) = 48.98%

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 36.18%
G = 48.98%
B = 14.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#B2F149 (or 0xB2F149) is known color: Conifer. HEX triplet: B2, F1 and 49. RGB value is (178,241,73). Sum of RGB (Red+Green+Blue) = 178+241+73=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F149 is #4D0EB6. Grayscale: #CBCBCB. Windows color (decimal): -5050039 or 4846002. OLE color: 4846002.

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

Color convert

RGB 178 241 73 -
CMYK 0.26 0 0.70 0.05
HSL 82.5º 0.86% 0.62% -
HSV(B) 82.5º 0.7% 0.95% -
XYZ 51.02 72.86 17.68 -
YUV 203.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 178 241 73 0.26 0 0.70 0.05 82.5 0.86 0.62
Hex B2 F1 49 1A 0 46 5 52 56 3E
Octal 262 361 111 32 0 106 5 122 126 76
Binary 10110010 11110001 1001001 11010 0 1000110 101 1010010 1010110 111110

Color Harmonies of #B2F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F149

Black with #B2F149

Text Example


Text Example

White with #B2F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F149; }

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

 H1.HeaderClassName
 {
   color: #B2F149;
 }
 .AnyTagClassName
 {
   color: #B2F149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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