Html Css Color HEX #B0FD40 Green Yellow

📋 copy color: '#B0FD40'

red 176 ◦ green 253 ◦ blue 64

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

Shades of Green Yellow #B0FD40

Tints of Green Yellow #B0FD40

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.32%

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

R = 35.7%
G = 51.32%
B = 12.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#B0FD40 (or 0xB0FD40) is known color: Green Yellow. HEX triplet: B0, FD and 40. RGB value is (176,253,64). Sum of RGB (Red+Green+Blue) = 176+253+64=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FD40 is #4F02BF. Grayscale: #D1D1D1. Windows color (decimal): -5178048 or 4259248. OLE color: 4259248.

HSL color Cylindrical-coordinate representation of color #B0FD40: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0FD40 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 64 -
CMYK 0.30 0 0.75 0.01
HSL 84.44º 0.98% 0.62% -
HSV(B) 84.44º 0.75% 0.99% -
XYZ 53.96 79.85 17.42 -
YUV 208.43 46.49 104.87 -
System Red Green Blue C M Y K H S L
Decimal 176 253 64 0.30 0 0.75 0.01 84.44 0.98 0.62
Hex B0 FD 40 1E 0 4B 1 54 62 3E
Octal 260 375 100 36 0 113 1 124 142 76
Binary 10110000 11111101 1000000 11110 0 1001011 1 1010100 1100010 111110

Color Harmonies of #B0FD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FD40

Black with #B0FD40

Text Example


Text Example

White with #B0FD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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