#B3FF13

Color #B3FF13 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B3FF13

Tints of Spring Bud #B3FF13

Color information

#B3FF13 (or 0xB3FF13) is unknown color: approx Spring Bud. HEX triplet: B3, FF and 13. RGB value is (179,255,19). Sum of RGB (Red+Green+Blue) = 179+255+19=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF13 is #4C00EC. Grayscale: #CECECE. Windows color (decimal): -4980973 or 1310643. OLE color: 1310643.

HSL color Cylindrical-coordinate representation of color #B3FF13: hue angle of 79.32º 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 #B3FF13 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB17925519-
CMYK0.3000.930
HSL79.32º100%53.73%-
HSV(B)79.32º92.55%100%-
XYZ54.4781.1513.41-
YUV205.3722.82109.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 255 (100% from 255) = 56.29%
BLUE value IS 19 (7.81% from 255) = 4.19%
R=39.51%
G=56.29%
B=4.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179255190.3000.93079.3210053.73
HexB3FF131E05D04f6436
Octal26337723360135011714466
Binary1011001111111111100111111001011101010011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FF13; }

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

 H1.HeaderClassName
 {
   color: #B3FF13;
 }
 .AnyTagClassName
 {
   color: #B3FF13;
 }
</style>
background-color css

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

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

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

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

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

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