Html Css Color HEX #B6FE12 Spring Bud

📋 copy color: '#B6FE12'

red 182 ◦ green 254 ◦ blue 18

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

Shades of Spring Bud #B6FE12

Tints of Spring Bud #B6FE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 40.09%
G = 55.95%
B = 3.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#B6FE12 (or 0xB6FE12) is known color: Spring Bud. HEX triplet: B6, FE and 12. RGB value is (182,254,18). Sum of RGB (Red+Green+Blue) = 182+254+18=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FE12 is #4901ED. Grayscale: #CECECE. Windows color (decimal): -4784622 or 1244854. OLE color: 1244854.

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

Color convert

RGB 182 254 18 -
CMYK 0.28 0 0.93 0.00
HSL 78.31º 0.99% 0.53% -
HSV(B) 78.31º 0.93% 1% -
XYZ 54.84 80.87 13.29 -
YUV 205.57 22.15 111.19 -
System Red Green Blue C M Y K H S L
Decimal 182 254 18 0.28 0 0.93 0.00 78.31 0.99 0.53
Hex B6 FE 12 1C 0 5D 0 4E 63 35
Octal 266 376 22 34 0 135 0 116 143 65
Binary 10110110 11111110 10010 11100 0 1011101 0 1001110 1100011 110101

Color Harmonies of #B6FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FE12

Black with #B6FE12

Text Example


Text Example

White with #B6FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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