#B6FC4C

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

Shades of Green Yellow #B6FC4C

Tints of Green Yellow #B6FC4C

Color information

#B6FC4C (or 0xB6FC4C) is unknown color: approx Green Yellow. HEX triplet: B6, FC and 4C. RGB value is (182,252,76). Sum of RGB (Red+Green+Blue) = 182+252+76=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FC4C is #4903B3. Grayscale: #D3D3D3. Windows color (decimal): -4785076 or 5045430. OLE color: 5045430.

HSL color Cylindrical-coordinate representation of color #B6FC4C: hue angle of 83.86º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6FC4C is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB18225276-
CMYK0.2800.700.01
HSL83.86º96.7%64.31%-
HSV(B)83.86º69.84%98.82%-
XYZ55.4180.0919.38-
YUV211.0151.81107.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 252 (98.83% from 255) = 49.41%
BLUE value IS 76 (30.08% from 255) = 14.90%
R=35.69%
G=49.41%
B=14.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182252760.2800.700.0183.8696.764.31
HexB6FC4C1C0461546140
Octal2663741143401061124141100
Binary1011011011111100100110011100010001101101010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FC4C; }

 p { color: rgb(182,252,76); }

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

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

 a { background-color: rgb(182,252,76); }

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

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

 span { border-color: rgb(182,252,76); }

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