#B5F903

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

Shades of Spring Bud #B5F903

Tints of Spring Bud #B5F903

Color information

#B5F903 (or 0xB5F903) is unknown color: approx Spring Bud. HEX triplet: B5, F9 and 03. RGB value is (181,249,3). Sum of RGB (Red+Green+Blue) = 181+249+3=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F903 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F903 is #4A06FC. Grayscale: #C9C9C9. Windows color (decimal): -4851453 or 260533. OLE color: 260533.

HSL color Cylindrical-coordinate representation of color #B5F903: hue angle of 76.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5F903 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB1812493-
CMYK0.2700.990.02
HSL76.59º97.62%49.41%-
HSV(B)76.59º98.8%97.65%-
XYZ52.9577.5812.27-
YUV200.6216.47114-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 249 (97.66% from 255) = 57.51%
BLUE value IS 3 (1.56% from 255) = 0.69%
R=41.80%
G=57.51%
B=0.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18124930.2700.990.0276.5997.6249.41
HexB5F931B06324d6231
Octal2653713330143211514261
Binary10110101111110011111011011000111010011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F903; }

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

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

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

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

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

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

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

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