#B6FD1E

Color #B6FD1E Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B6FD1E

Tints of Green Yellow #B6FD1E

Color information

#B6FD1E (or 0xB6FD1E) is unknown color: approx Green Yellow. HEX triplet: B6, FD and 1E. RGB value is (182,253,30). Sum of RGB (Red+Green+Blue) = 182+253+30=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FD1E is #4902E1. Grayscale: #CFCFCF. Windows color (decimal): -4784866 or 2031030. OLE color: 2031030.

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

Color convert

RGB18225330-
CMYK0.2800.880.01
HSL79.1º98.24%55.49%-
HSV(B)79.1º88.14%99.22%-
XYZ54.6580.2913.85-
YUV206.3528.48110.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 253 (99.22% from 255) = 54.41%
BLUE value IS 30 (12.11% from 255) = 6.45%
R=39.14%
G=54.41%
B=6.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182253300.2800.880.0179.198.2455.49
HexB6FD1E1C05814f6237
Octal26637536340130111714267
Binary1011011011111101111101110001011000110011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD1E; }

 p { color: rgb(182,253,30); }

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

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

 a { background-color: rgb(182,253,30); }

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

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

 span { border-color: rgb(182,253,30); }

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