Html Css Color HEX #B5FA06 Spring Bud

📋 copy color: '#B5FA06'

red 181 ◦ green 250 ◦ blue 6

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

Shades of Spring Bud #B5FA06

Tints of Spring Bud #B5FA06

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.21%

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 41.42%
G = 57.21%
B = 1.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#B5FA06 (or 0xB5FA06) is known color: Spring Bud. HEX triplet: B5, FA and 06. RGB value is (181,250,6). Sum of RGB (Red+Green+Blue) = 181+250+6=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA06 is #4A05F9. Grayscale: #CACACA. Windows color (decimal): -4851194 or 457397. OLE color: 457397.

HSL color Cylindrical-coordinate representation of color #B5FA06: hue angle of 76.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5FA06 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 250 6 -
CMYK 0.28 0 0.98 0.02
HSL 76.97º 0.96% 0.5% -
HSV(B) 76.97º 0.98% 0.98% -
XYZ 53.27 78.21 12.46 -
YUV 201.55 17.64 113.34 -
System Red Green Blue C M Y K H S L
Decimal 181 250 6 0.28 0 0.98 0.02 76.97 0.96 0.5
Hex B5 FA 6 1C 0 62 2 4D 60 32
Octal 265 372 6 34 0 142 2 115 140 62
Binary 10110101 11111010 110 11100 0 1100010 10 1001101 1100000 110010

Color Harmonies of #B5FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FA06

Black with #B5FA06

Text Example


Text Example

White with #B5FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FA06; }

 p { color: rgb(181,250,6); }

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

background-color css

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

 a { background-color: rgb(181,250,6); }

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

border-color css

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

 span { border-color: rgb(181,250,6); }

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