#B4F901

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

Shades of Spring Bud #B4F901

Tints of Spring Bud #B4F901

Color information

#B4F901 (or 0xB4F901) is unknown color: approx Spring Bud. HEX triplet: B4, F9 and 01. RGB value is (180,249,1). Sum of RGB (Red+Green+Blue) = 180+249+1=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F901 is #4B06FE. Grayscale: #C9C9C9. Windows color (decimal): -4916991 or 129460. OLE color: 129460.

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

Color convert

RGB1802491-
CMYK0.2801.000.02
HSL76.69º99.2%49.02%-
HSV(B)76.69º99.6%97.65%-
XYZ52.777.4612.2-
YUV200.115.64113.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 249 (97.66% from 255) = 57.91%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=41.86%
G=57.91%
B=0.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18024910.2801.000.0276.6999.249.02
HexB4F911C06424d6331
Octal2643711340144211514361
Binary1011010011111001111100011001001010011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F901; }

 p { color: rgb(180,249,1); }

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

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

 a { background-color: rgb(180,249,1); }

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

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

 span { border-color: rgb(180,249,1); }

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