Html Css Color HEX #B8FF14 Spring Bud

📋 copy color: '#B8FF14'

red 184 ◦ green 255 ◦ blue 20

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

Shades of Spring Bud #B8FF14

Tints of Spring Bud #B8FF14

RGB

 RED value IS 184 (72.27% from 255) = 40.09%

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

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 40.09%
G = 55.56%
B = 4.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#B8FF14 (or 0xB8FF14) is known color: Spring Bud. HEX triplet: B8, FF and 14. RGB value is (184,255,20). Sum of RGB (Red+Green+Blue) = 184+255+20=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FF14 is #4700EB. Grayscale: #CFCFCF. Windows color (decimal): -4653292 or 1376184. OLE color: 1376184.

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

Color convert

RGB 184 255 20 -
CMYK 0.28 0 0.92 0
HSL 78.13º 1% 0.54% -
HSV(B) 78.13º 0.92% 1% -
XYZ 55.65 81.76 13.51 -
YUV 206.98 22.48 111.61 -
System Red Green Blue C M Y K H S L
Decimal 184 255 20 0.28 0 0.92 0 78.13 1 0.54
Hex B8 FF 14 1C 0 5C 0 4E 64 36
Octal 270 377 24 34 0 134 0 116 144 66
Binary 10111000 11111111 10100 11100 0 1011100 0 1001110 1100100 110110

Color Harmonies of #B8FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FF14

Black with #B8FF14

Text Example


Text Example

White with #B8FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FF14; }

 p { color: rgb(184,255,20); }

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

background-color css

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

 a { background-color: rgb(184,255,20); }

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

border-color css

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

 span { border-color: rgb(184,255,20); }

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