Html Css Color HEX #B0F92A Green Yellow

📋 copy color: '#B0F92A'

red 176 ◦ green 249 ◦ blue 42

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

Shades of Green Yellow #B0F92A

Tints of Green Yellow #B0F92A

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

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

 BLUE value IS 42 (16.8% from 255) = 8.99%

R = 37.69%
G = 53.32%
B = 8.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#B0F92A (or 0xB0F92A) is known color: Green Yellow. HEX triplet: B0, F9 and 2A. RGB value is (176,249,42). Sum of RGB (Red+Green+Blue) = 176+249+42=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F92A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F92A is #4F06D5. Grayscale: #CCCCCC. Windows color (decimal): -5179094 or 2816432. OLE color: 2816432.

HSL color Cylindrical-coordinate representation of color #B0F92A: hue angle of 81.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0F92A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 42 -
CMYK 0.29 0 0.83 0.02
HSL 81.16º 0.95% 0.57% -
HSV(B) 81.16º 0.83% 0.98% -
XYZ 52.2 77.15 14.33 -
YUV 203.58 36.82 108.33 -
System Red Green Blue C M Y K H S L
Decimal 176 249 42 0.29 0 0.83 0.02 81.16 0.95 0.57
Hex B0 F9 2A 1D 0 53 2 51 5F 39
Octal 260 371 52 35 0 123 2 121 137 71
Binary 10110000 11111001 101010 11101 0 1010011 10 1010001 1011111 111001

Color Harmonies of #B0F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F92A

Black with #B0F92A

Text Example


Text Example

White with #B0F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F92A; }

 p { color: rgb(176,249,42); }

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

background-color css

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

 a { background-color: rgb(176,249,42); }

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

border-color css

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

 span { border-color: rgb(176,249,42); }

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