Html Css Color HEX #B5FF10 Spring Bud

📋 copy color: '#B5FF10'

red 181 ◦ green 255 ◦ blue 16

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

Shades of Spring Bud #B5FF10

Tints of Spring Bud #B5FF10

RGB

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

 GREEN value IS 255 (100% from 255) = 56.42%

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

R = 40.04%
G = 56.42%
B = 3.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#B5FF10 (or 0xB5FF10) is known color: Spring Bud. HEX triplet: B5, FF and 10. RGB value is (181,255,16). Sum of RGB (Red+Green+Blue) = 181+255+16=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF10 is #4A00EF. Grayscale: #CECECE. Windows color (decimal): -4849904 or 1114037. OLE color: 1114037.

HSL color Cylindrical-coordinate representation of color #B5FF10: hue angle of 78.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5FF10 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 181 255 16 -
CMYK 0.29 0 0.94 0
HSL 78.58º 1% 0.53% -
HSV(B) 78.58º 0.94% 1% -
XYZ 54.91 81.38 13.3 -
YUV 205.63 20.98 110.43 -
System Red Green Blue C M Y K H S L
Decimal 181 255 16 0.29 0 0.94 0 78.58 1 0.53
Hex B5 FF 10 1D 0 5E 0 4F 64 35
Octal 265 377 20 35 0 136 0 117 144 65
Binary 10110101 11111111 10000 11101 0 1011110 0 1001111 1100100 110101

Color Harmonies of #B5FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF10

Black with #B5FF10

Text Example


Text Example

White with #B5FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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