Html Css Color HEX #B6FE14 Spring Bud

📋 copy color: '#B6FE14'

red 182 ◦ green 254 ◦ blue 20

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

Shades of Spring Bud #B6FE14

Tints of Spring Bud #B6FE14

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

 GREEN value IS 254 (99.61% from 255) = 55.7%

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

R = 39.91%
G = 55.7%
B = 4.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#B6FE14 (or 0xB6FE14) is known color: Spring Bud. HEX triplet: B6, FE and 14. RGB value is (182,254,20). Sum of RGB (Red+Green+Blue) = 182+254+20=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FE14 is #4901EB. Grayscale: #CECECE. Windows color (decimal): -4784620 or 1375926. OLE color: 1375926.

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

Color convert

RGB 182 254 20 -
CMYK 0.28 0 0.92 0.00
HSL 78.46º 0.99% 0.54% -
HSV(B) 78.46º 0.92% 1% -
XYZ 54.86 80.88 13.38 -
YUV 205.8 23.15 111.03 -
System Red Green Blue C M Y K H S L
Decimal 182 254 20 0.28 0 0.92 0.00 78.46 0.99 0.54
Hex B6 FE 14 1C 0 5C 0 4E 63 36
Octal 266 376 24 34 0 134 0 116 143 66
Binary 10110110 11111110 10100 11100 0 1011100 0 1001110 1100011 110110

Color Harmonies of #B6FE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FE14

Black with #B6FE14

Text Example


Text Example

White with #B6FE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FE14; }

 p { color: rgb(182,254,20); }

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

background-color css

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

 a { background-color: rgb(182,254,20); }

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

border-color css

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

 span { border-color: rgb(182,254,20); }

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