Html Css Color HEX #B5FB0C Spring Bud

📋 copy color: '#B5FB0C'

red 181 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #B5FB0C

Tints of Spring Bud #B5FB0C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.53%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 40.77%
G = 56.53%
B = 2.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#B5FB0C (or 0xB5FB0C) is known color: Spring Bud. HEX triplet: B5, FB and 0C. RGB value is (181,251,12). Sum of RGB (Red+Green+Blue) = 181+251+12=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FB0C is #4A04F3. Grayscale: #CBCBCB. Windows color (decimal): -4850932 or 850869. OLE color: 850869.

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

Color convert

RGB 181 251 12 -
CMYK 0.28 0 0.95 0.02
HSL 77.57º 0.97% 0.52% -
HSV(B) 77.57º 0.95% 0.98% -
XYZ 53.62 78.84 12.74 -
YUV 202.82 20.31 112.43 -
System Red Green Blue C M Y K H S L
Decimal 181 251 12 0.28 0 0.95 0.02 77.57 0.97 0.52
Hex B5 FB C 1C 0 5F 2 4E 61 34
Octal 265 373 14 34 0 137 2 116 141 64
Binary 10110101 11111011 1100 11100 0 1011111 10 1001110 1100001 110100

Color Harmonies of #B5FB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FB0C

Black with #B5FB0C

Text Example


Text Example

White with #B5FB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FB0C; }

 p { color: rgb(181,251,12); }

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

background-color css

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

 a { background-color: rgb(181,251,12); }

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

border-color css

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

 span { border-color: rgb(181,251,12); }

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