Html Css Color HEX #B4FF16 Spring Bud

📋 copy color: '#B4FF16'

red 180 ◦ green 255 ◦ blue 22

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

Shades of Spring Bud #B4FF16

Tints of Spring Bud #B4FF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.81%

R = 39.39%
G = 55.8%
B = 4.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#B4FF16 (or 0xB4FF16) is known color: Spring Bud. HEX triplet: B4, FF and 16. RGB value is (180,255,22). Sum of RGB (Red+Green+Blue) = 180+255+22=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FF16 is #4B00E9. Grayscale: #CECECE. Windows color (decimal): -4915434 or 1507252. OLE color: 1507252.

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

Color convert

RGB 180 255 22 -
CMYK 0.29 0 0.91 0
HSL 79.31º 1% 0.54% -
HSV(B) 79.31º 0.91% 1% -
XYZ 54.73 81.28 13.56 -
YUV 206.01 24.15 109.45 -
System Red Green Blue C M Y K H S L
Decimal 180 255 22 0.29 0 0.91 0 79.31 1 0.54
Hex B4 FF 16 1D 0 5B 0 4F 64 36
Octal 264 377 26 35 0 133 0 117 144 66
Binary 10110100 11111111 10110 11101 0 1011011 0 1001111 1100100 110110

Color Harmonies of #B4FF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FF16

Black with #B4FF16

Text Example


Text Example

White with #B4FF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FF16; }

 p { color: rgb(180,255,22); }

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

background-color css

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

 a { background-color: rgb(180,255,22); }

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

border-color css

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

 span { border-color: rgb(180,255,22); }

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