#B6F142

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

Shades of Green Yellow #B6F142

Tints of Green Yellow #B6F142

Color information

#B6F142 (or 0xB6F142) is unknown color: approx Green Yellow. HEX triplet: B6, F1 and 42. RGB value is (182,241,66). Sum of RGB (Red+Green+Blue) = 182+241+66=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F142 is #490EBD. Grayscale: #CCCCCC. Windows color (decimal): -4787902 or 4387254. OLE color: 4387254.

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

Color convert

RGB18224166-
CMYK0.2400.730.05
HSL80.23º86.21%60.2%-
HSV(B)80.23º72.61%94.51%-
XYZ51.7373.2516.57-
YUV203.4150.45112.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 66 (26.17% from 255) = 13.50%
R=37.22%
G=49.28%
B=13.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182241660.2400.730.0580.2386.2160.2
HexB6F14218049550563c
Octal266361102300111512012674
Binary10110110111100011000010110000100100110110100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F142; }

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

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

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

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

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

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

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

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