#B6EF01

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

Shades of Spring Bud #B6EF01

Tints of Spring Bud #B6EF01

Color information

#B6EF01 (or 0xB6EF01) is unknown color: approx Spring Bud. HEX triplet: B6, EF and 01. RGB value is (182,239,1). Sum of RGB (Red+Green+Blue) = 182+239+1=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6EF01 is #4910FE. Grayscale: #C3C3C3. Windows color (decimal): -4788479 or 126902. OLE color: 126902.

HSL color Cylindrical-coordinate representation of color #B6EF01: hue angle of 74.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6EF01 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB1822391-
CMYK0.2401.000.06
HSL74.37º99.17%47.06%-
HSV(B)74.37º99.58%93.73%-
XYZ50.1671.6811.22-
YUV194.8218.62118.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 239 (93.75% from 255) = 56.64%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=43.13%
G=56.64%
B=0.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal18223910.2401.000.0674.3799.1747.06
HexB6EF11806464a632f
Octal2663571300144611214357
Binary10110110111011111110000110010011010010101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EF01; }

 p { color: rgb(182,239,1); }

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

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

 a { background-color: rgb(182,239,1); }

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

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

 span { border-color: rgb(182,239,1); }

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