Html Css Color HEX #B5FC0B Spring Bud

📋 copy color: '#B5FC0B'

red 181 ◦ green 252 ◦ blue 11

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

Shades of Spring Bud #B5FC0B

Tints of Spring Bud #B5FC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.76%

 BLUE value IS 11 (4.69% from 255) = 2.48%

R = 40.77%
G = 56.76%
B = 2.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#B5FC0B (or 0xB5FC0B) is known color: Spring Bud. HEX triplet: B5, FC and 0B. RGB value is (181,252,11). Sum of RGB (Red+Green+Blue) = 181+252+11=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FC0B is #4A03F4. Grayscale: #CCCCCC. Windows color (decimal): -4850677 or 785589. OLE color: 785589.

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

Color convert

RGB 181 252 11 -
CMYK 0.28 0 0.96 0.01
HSL 77.68º 0.98% 0.52% -
HSV(B) 77.68º 0.96% 0.99% -
XYZ 53.93 79.47 12.81 -
YUV 203.3 19.48 112.1 -
System Red Green Blue C M Y K H S L
Decimal 181 252 11 0.28 0 0.96 0.01 77.68 0.98 0.52
Hex B5 FC B 1C 0 60 1 4E 62 34
Octal 265 374 13 34 0 140 1 116 142 64
Binary 10110101 11111100 1011 11100 0 1100000 1 1001110 1100010 110100

Color Harmonies of #B5FC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FC0B

Black with #B5FC0B

Text Example


Text Example

White with #B5FC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FC0B; }

 p { color: rgb(181,252,11); }

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

background-color css

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

 a { background-color: rgb(181,252,11); }

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

border-color css

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

 span { border-color: rgb(181,252,11); }

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