Html Css Color HEX #B4FB0C Spring Bud

📋 copy color: '#B4FB0C'

red 180 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #B4FB0C

Tints of Spring Bud #B4FB0C

RGB

 RED value IS 180 (70.7% from 255) = 40.63%

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

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

R = 40.63%
G = 56.66%
B = 2.71%

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

#B4FB0C (or 0xB4FB0C) is known color: Spring Bud. HEX triplet: B4, FB and 0C. RGB value is (180,251,12). Sum of RGB (Red+Green+Blue) = 180+251+12=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FB0C is #4B04F3. Grayscale: #CBCBCB. Windows color (decimal): -4916468 or 850868. OLE color: 850868.

HSL color Cylindrical-coordinate representation of color #B4FB0C: hue angle of 77.82º 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 #B4FB0C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 12 -
CMYK 0.28 0 0.95 0.02
HSL 77.82º 0.97% 0.52% -
HSV(B) 77.82º 0.95% 0.98% -
XYZ 53.39 78.72 12.73 -
YUV 202.53 20.48 111.93 -
System Red Green Blue C M Y K H S L
Decimal 180 251 12 0.28 0 0.95 0.02 77.82 0.97 0.52
Hex B4 FB C 1C 0 5F 2 4E 61 34
Octal 264 373 14 34 0 137 2 116 141 64
Binary 10110100 11111011 1100 11100 0 1011111 10 1001110 1100001 110100

Color Harmonies of #B4FB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FB0C

Black with #B4FB0C

Text Example


Text Example

White with #B4FB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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