Html Css Color HEX #B6FF13 Spring Bud

📋 copy color: '#B6FF13'

red 182 ◦ green 255 ◦ blue 19

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

Shades of Spring Bud #B6FF13

Tints of Spring Bud #B6FF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.17%

R = 39.91%
G = 55.92%
B = 4.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#B6FF13 (or 0xB6FF13) is known color: Spring Bud. HEX triplet: B6, FF and 13. RGB value is (182,255,19). Sum of RGB (Red+Green+Blue) = 182+255+19=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF13 is #4900EC. Grayscale: #CFCFCF. Windows color (decimal): -4784365 or 1310646. OLE color: 1310646.

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

Color convert

RGB 182 255 19 -
CMYK 0.29 0 0.93 0
HSL 78.56º 1% 0.54% -
HSV(B) 78.56º 0.93% 1% -
XYZ 55.17 81.51 13.44 -
YUV 206.27 22.32 110.69 -
System Red Green Blue C M Y K H S L
Decimal 182 255 19 0.29 0 0.93 0 78.56 1 0.54
Hex B6 FF 13 1D 0 5D 0 4F 64 36
Octal 266 377 23 35 0 135 0 117 144 66
Binary 10110110 11111111 10011 11101 0 1011101 0 1001111 1100100 110110

Color Harmonies of #B6FF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FF13

Black with #B6FF13

Text Example


Text Example

White with #B6FF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FF13; }

 p { color: rgb(182,255,19); }

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

background-color css

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

 a { background-color: rgb(182,255,19); }

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

border-color css

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

 span { border-color: rgb(182,255,19); }

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