#B6F103

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

Shades of Spring Bud #B6F103

Tints of Spring Bud #B6F103

Color information

#B6F103 (or 0xB6F103) is unknown color: approx Spring Bud. HEX triplet: B6, F1 and 03. RGB value is (182,241,3). Sum of RGB (Red+Green+Blue) = 182+241+3=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F103 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F103 is #490EFC. Grayscale: #C5C5C5. Windows color (decimal): -4787965 or 258486. OLE color: 258486.

HSL color Cylindrical-coordinate representation of color #B6F103: hue angle of 74.87º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6F103 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB1822413-
CMYK0.2400.990.05
HSL74.87º97.54%47.84%-
HSV(B)74.87º98.76%94.51%-
XYZ50.7672.8611.47-
YUV196.2318.95117.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 241 (94.53% from 255) = 56.57%
BLUE value IS 3 (1.56% from 255) = 0.70%
R=42.72%
G=56.57%
B=0.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18224130.2400.990.0574.8797.5447.84
HexB6F131806354b6230
Octal2663613300143511314260
Binary101101101111000111110000110001110110010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F103; }

 p { color: rgb(182,241,3); }

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

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

 a { background-color: rgb(182,241,3); }

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

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

 span { border-color: rgb(182,241,3); }

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