#B5F103

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

Shades of Spring Bud #B5F103

Tints of Spring Bud #B5F103

Color information

#B5F103 (or 0xB5F103) is unknown color: approx Spring Bud. HEX triplet: B5, F1 and 03. RGB value is (181,241,3). Sum of RGB (Red+Green+Blue) = 181+241+3=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F103 is #4A0EFC. Grayscale: #C4C4C4. Windows color (decimal): -4853501 or 258485. OLE color: 258485.

HSL color Cylindrical-coordinate representation of color #B5F103: hue angle of 75.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5F103 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB1812413-
CMYK0.2500.990.05
HSL75.13º97.54%47.84%-
HSV(B)75.13º98.76%94.51%-
XYZ50.5372.7411.46-
YUV195.9319.12117.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 241 (94.53% from 255) = 56.71%
BLUE value IS 3 (1.56% from 255) = 0.71%
R=42.59%
G=56.71%
B=0.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18124130.2500.990.0575.1397.5447.84
HexB5F131906354b6230
Octal2653613310143511314260
Binary101101011111000111110010110001110110010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F103; }

 p { color: rgb(181,241,3); }

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

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

 a { background-color: rgb(181,241,3); }

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

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

 span { border-color: rgb(181,241,3); }

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