Html Css Color HEX #B0F828 Green Yellow

📋 copy color: '#B0F828'

red 176 ◦ green 248 ◦ blue 40

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

Shades of Green Yellow #B0F828

Tints of Green Yellow #B0F828

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.45%

 BLUE value IS 40 (16.02% from 255) = 8.62%

R = 37.93%
G = 53.45%
B = 8.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#B0F828 (or 0xB0F828) is known color: Green Yellow. HEX triplet: B0, F8 and 28. RGB value is (176,248,40). Sum of RGB (Red+Green+Blue) = 176+248+40=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F828 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F828 is #4F07D7. Grayscale: #CBCBCB. Windows color (decimal): -5179352 or 2685104. OLE color: 2685104.

HSL color Cylindrical-coordinate representation of color #B0F828: hue angle of 80.77º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0F828 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 248 40 -
CMYK 0.29 0 0.84 0.03
HSL 80.77º 0.94% 0.56% -
HSV(B) 80.77º 0.84% 0.97% -
XYZ 51.85 76.52 14.04 -
YUV 202.76 36.15 108.91 -
System Red Green Blue C M Y K H S L
Decimal 176 248 40 0.29 0 0.84 0.03 80.77 0.94 0.56
Hex B0 F8 28 1D 0 54 3 51 5E 38
Octal 260 370 50 35 0 124 3 121 136 70
Binary 10110000 11111000 101000 11101 0 1010100 11 1010001 1011110 111000

Color Harmonies of #B0F828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F828

Black with #B0F828

Text Example


Text Example

White with #B0F828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F828; }

 p { color: rgb(176,248,40); }

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

background-color css

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

 a { background-color: rgb(176,248,40); }

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

border-color css

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

 span { border-color: rgb(176,248,40); }

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