Html Css Color HEX #B0F138 Green Yellow

📋 copy color: '#B0F138'

red 176 ◦ green 241 ◦ blue 56

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

Shades of Green Yellow #B0F138

Tints of Green Yellow #B0F138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.84%

R = 37.21%
G = 50.95%
B = 11.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#B0F138 (or 0xB0F138) is known color: Green Yellow. HEX triplet: B0, F1 and 38. RGB value is (176,241,56). Sum of RGB (Red+Green+Blue) = 176+241+56=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F138 is #4F0EC7. Grayscale: #C9C9C9. Windows color (decimal): -5181128 or 3731888. OLE color: 3731888.

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

Color convert

RGB 176 241 56 -
CMYK 0.27 0 0.77 0.05
HSL 81.08º 0.87% 0.58% -
HSV(B) 81.08º 0.77% 0.95% -
XYZ 50.07 72.43 15.08 -
YUV 200.48 46.47 110.54 -
System Red Green Blue C M Y K H S L
Decimal 176 241 56 0.27 0 0.77 0.05 81.08 0.87 0.58
Hex B0 F1 38 1B 0 4D 5 51 57 3A
Octal 260 361 70 33 0 115 5 121 127 72
Binary 10110000 11110001 111000 11011 0 1001101 101 1010001 1010111 111010

Color Harmonies of #B0F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F138

Black with #B0F138

Text Example


Text Example

White with #B0F138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F138; }

 p { color: rgb(176,241,56); }

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

background-color css

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

 a { background-color: rgb(176,241,56); }

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

border-color css

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

 span { border-color: rgb(176,241,56); }

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