Html Css Color HEX #B0F440 Green Yellow

📋 copy color: '#B0F440'

red 176 ◦ green 244 ◦ blue 64

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

Shades of Green Yellow #B0F440

Tints of Green Yellow #B0F440

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.41%

 BLUE value IS 64 (25.39% from 255) = 13.22%

R = 36.36%
G = 50.41%
B = 13.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#B0F440 (or 0xB0F440) is known color: Green Yellow. HEX triplet: B0, F4 and 40. RGB value is (176,244,64). Sum of RGB (Red+Green+Blue) = 176+244+64=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F440 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F440 is #4F0BBF. Grayscale: #CBCBCB. Windows color (decimal): -5180352 or 4256944. OLE color: 4256944.

HSL color Cylindrical-coordinate representation of color #B0F440: hue angle of 82.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0F440 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 64 -
CMYK 0.28 0 0.74 0.04
HSL 82.67º 0.89% 0.6% -
HSV(B) 82.67º 0.74% 0.96% -
XYZ 51.18 74.3 16.49 -
YUV 203.15 49.47 108.64 -
System Red Green Blue C M Y K H S L
Decimal 176 244 64 0.28 0 0.74 0.04 82.67 0.89 0.6
Hex B0 F4 40 1C 0 4A 4 53 59 3C
Octal 260 364 100 34 0 112 4 123 131 74
Binary 10110000 11110100 1000000 11100 0 1001010 100 1010011 1011001 111100

Color Harmonies of #B0F440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F440

Black with #B0F440

Text Example


Text Example

White with #B0F440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F440; }

 p { color: rgb(176,244,64); }

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

background-color css

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

 a { background-color: rgb(176,244,64); }

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

border-color css

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

 span { border-color: rgb(176,244,64); }

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