#B4FD06

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

Shades of Spring Bud #B4FD06

Tints of Spring Bud #B4FD06

Color information

#B4FD06 (or 0xB4FD06) is unknown color: approx Spring Bud. HEX triplet: B4, FD and 06. RGB value is (180,253,6). Sum of RGB (Red+Green+Blue) = 180+253+6=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FD06 is #4B02F9. Grayscale: #CBCBCB. Windows color (decimal): -4915962 or 458164. OLE color: 458164.

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

Color convert

RGB1802536-
CMYK0.2900.980.01
HSL77.73º98.41%50.78%-
HSV(B)77.73º97.63%99.22%-
XYZ53.9879.9712.76-
YUV203.0216.82111.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 253 (99.22% from 255) = 57.63%
BLUE value IS 6 (2.73% from 255) = 1.37%
R=41.00%
G=57.63%
B=1.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18025360.2900.980.0177.7398.4150.78
HexB4FD61D06214e6233
Octal2643756350142111614263
Binary10110100111111011101110101100010110011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD06; }

 p { color: rgb(180,253,6); }

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

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

 a { background-color: rgb(180,253,6); }

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

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

 span { border-color: rgb(180,253,6); }

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