#B5F804

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

Shades of Spring Bud #B5F804

Tints of Spring Bud #B5F804

Color information

#B5F804 (or 0xB5F804) is unknown color: approx Spring Bud. HEX triplet: B5, F8 and 04. RGB value is (181,248,4). Sum of RGB (Red+Green+Blue) = 181+248+4=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F804 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F804 is #4A07FB. Grayscale: #C9C9C9. Windows color (decimal): -4851708 or 325813. OLE color: 325813.

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

Color convert

RGB1812484-
CMYK0.2700.980.03
HSL76.48º96.83%49.41%-
HSV(B)76.48º98.39%97.25%-
XYZ52.6576.9712.2-
YUV200.1517.3114.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 248 (97.27% from 255) = 57.27%
BLUE value IS 4 (1.95% from 255) = 0.92%
R=41.80%
G=57.27%
B=0.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18124840.2700.980.0376.4896.8349.41
HexB5F841B06234c6131
Octal2653704330142311414161
Binary101101011111100010011011011000101110011001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F804; }

 p { color: rgb(181,248,4); }

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

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

 a { background-color: rgb(181,248,4); }

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

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

 span { border-color: rgb(181,248,4); }

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