Html Css Color HEX #B5F200 Spring Bud

📋 copy color: '#B5F200'

red 181 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #B5F200

Tints of Spring Bud #B5F200

RGB

 RED value IS 181 (71.09% from 255) = 42.79%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.79%
G = 57.21%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#B5F200 (or 0xB5F200) is known color: Spring Bud. HEX triplet: B5, F2 and 00. RGB value is (181,242,0). Sum of RGB (Red+Green+Blue) = 181+242+0=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F200 is #4A0DFF. Grayscale: #C5C5C5. Windows color (decimal): -4853248 or 62133. OLE color: 62133.

HSL color Cylindrical-coordinate representation of color #B5F200: hue angle of 75.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5F200 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 0 -
CMYK 0.25 0 1 0.05
HSL 75.12º 1% 0.47% -
HSV(B) 75.12º 1% 0.95% -
XYZ 50.81 73.33 11.48 -
YUV 196.17 17.29 117.18 -
System Red Green Blue C M Y K H S L
Decimal 181 242 0 0.25 0 1 0.05 75.12 1 0.47
Hex B5 F2 0 19 0 64 5 4B 64 2F
Octal 265 362 0 31 0 144 5 113 144 57
Binary 10110101 11110010 0 11001 0 1100100 101 1001011 1100100 101111

Color Harmonies of #B5F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F200

Black with #B5F200

Text Example


Text Example

White with #B5F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F200; }

 p { color: rgb(181,242,0); }

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

background-color css

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

 a { background-color: rgb(181,242,0); }

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

border-color css

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

 span { border-color: rgb(181,242,0); }

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