Html Css Color HEX #B0F236 Green Yellow

📋 copy color: '#B0F236'

red 176 ◦ green 242 ◦ blue 54

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

Shades of Green Yellow #B0F236

Tints of Green Yellow #B0F236

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.27%

 BLUE value IS 54 (21.48% from 255) = 11.44%

R = 37.29%
G = 51.27%
B = 11.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#B0F236 (or 0xB0F236) is known color: Green Yellow. HEX triplet: B0, F2 and 36. RGB value is (176,242,54). Sum of RGB (Red+Green+Blue) = 176+242+54=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F236 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F236 is #4F0DC9. Grayscale: #C9C9C9. Windows color (decimal): -5180874 or 3601072. OLE color: 3601072.

HSL color Cylindrical-coordinate representation of color #B0F236: hue angle of 81.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0F236 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 54 -
CMYK 0.27 0 0.78 0.05
HSL 81.06º 0.88% 0.58% -
HSV(B) 81.06º 0.78% 0.95% -
XYZ 50.32 73 14.93 -
YUV 200.83 45.13 110.29 -
System Red Green Blue C M Y K H S L
Decimal 176 242 54 0.27 0 0.78 0.05 81.06 0.88 0.58
Hex B0 F2 36 1B 0 4E 5 51 58 3A
Octal 260 362 66 33 0 116 5 121 130 72
Binary 10110000 11110010 110110 11011 0 1001110 101 1010001 1011000 111010

Color Harmonies of #B0F236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F236

Black with #B0F236

Text Example


Text Example

White with #B0F236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F236; }

 p { color: rgb(176,242,54); }

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

background-color css

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

 a { background-color: rgb(176,242,54); }

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

border-color css

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

 span { border-color: rgb(176,242,54); }

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