Html Css Color HEX #B5F810 Spring Bud

📋 copy color: '#B5F810'

red 181 ◦ green 248 ◦ blue 16

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

Shades of Spring Bud #B5F810

Tints of Spring Bud #B5F810

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.73%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 40.67%
G = 55.73%
B = 3.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#B5F810 (or 0xB5F810) is known color: Spring Bud. HEX triplet: B5, F8 and 10. RGB value is (181,248,16). Sum of RGB (Red+Green+Blue) = 181+248+16=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 248 (97.27% from 255 or 55.73% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F810 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F810 is #4A07EF. Grayscale: #CACACA. Windows color (decimal): -4851696 or 1112245. OLE color: 1112245.

HSL color Cylindrical-coordinate representation of color #B5F810: hue angle of 77.33º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5F810 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 248 16 -
CMYK 0.27 0 0.94 0.03
HSL 77.33º 0.94% 0.52% -
HSV(B) 77.33º 0.94% 0.97% -
XYZ 52.72 77 12.57 -
YUV 201.52 23.3 113.36 -
System Red Green Blue C M Y K H S L
Decimal 181 248 16 0.27 0 0.94 0.03 77.33 0.94 0.52
Hex B5 F8 10 1B 0 5E 3 4D 5E 34
Octal 265 370 20 33 0 136 3 115 136 64
Binary 10110101 11111000 10000 11011 0 1011110 11 1001101 1011110 110100

Color Harmonies of #B5F810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F810

Black with #B5F810

Text Example


Text Example

White with #B5F810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F810; }

 p { color: rgb(181,248,16); }

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

background-color css

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

 a { background-color: rgb(181,248,16); }

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

border-color css

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

 span { border-color: rgb(181,248,16); }

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