#B6FF3C

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

Shades of Green Yellow #B6FF3C

Tints of Green Yellow #B6FF3C

Color information

#B6FF3C (or 0xB6FF3C) is unknown color: approx Green Yellow. HEX triplet: B6, FF and 3C. RGB value is (182,255,60). Sum of RGB (Red+Green+Blue) = 182+255+60=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FF3C is #4900C3. Grayscale: #D3D3D3. Windows color (decimal): -4784324 or 3997622. OLE color: 3997622.

HSL color Cylindrical-coordinate representation of color #B6FF3C: hue angle of 82.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6FF3C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB18225560-
CMYK0.2900.760
HSL82.46º100%61.76%-
HSV(B)82.46º76.47%100%-
XYZ55.8781.7917.12-
YUV210.9442.82107.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 255 (100% from 255) = 51.31%
BLUE value IS 60 (23.83% from 255) = 12.07%
R=36.62%
G=51.31%
B=12.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182255600.2900.76082.4610061.76
HexB6FF3C1D04C052643e
Octal26637774350114012214476
Binary10110110111111111111001110101001100010100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF3C; }

 p { color: rgb(182,255,60); }

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

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

 a { background-color: rgb(182,255,60); }

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

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

 span { border-color: rgb(182,255,60); }

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