Html Css Color HEX #B2F949 Green Yellow

📋 copy color: '#B2F949'

red 178 ◦ green 249 ◦ blue 73

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

Shades of Green Yellow #B2F949

Tints of Green Yellow #B2F949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

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

R = 35.6%
G = 49.8%
B = 14.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#B2F949 (or 0xB2F949) is known color: Green Yellow. HEX triplet: B2, F9 and 49. RGB value is (178,249,73). Sum of RGB (Red+Green+Blue) = 178+249+73=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F949 is #4D06B6. Grayscale: #D0D0D0. Windows color (decimal): -5047991 or 4848050. OLE color: 4848050.

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

Color convert

RGB 178 249 73 -
CMYK 0.29 0 0.71 0.02
HSL 84.2º 0.94% 0.63% -
HSV(B) 84.2º 0.71% 0.98% -
XYZ 53.44 77.7 18.48 -
YUV 207.71 51.98 106.81 -
System Red Green Blue C M Y K H S L
Decimal 178 249 73 0.29 0 0.71 0.02 84.2 0.94 0.63
Hex B2 F9 49 1D 0 47 2 54 5E 3F
Octal 262 371 111 35 0 107 2 124 136 77
Binary 10110010 11111001 1001001 11101 0 1000111 10 1010100 1011110 111111

Color Harmonies of #B2F949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F949

Black with #B2F949

Text Example


Text Example

White with #B2F949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F949; }

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

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

background-color css

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

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

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

border-color css

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

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

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