#B6FD3C

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

Shades of Green Yellow #B6FD3C

Tints of Green Yellow #B6FD3C

Color information

#B6FD3C (or 0xB6FD3C) is unknown color: approx Green Yellow. HEX triplet: B6, FD and 3C. RGB value is (182,253,60). Sum of RGB (Red+Green+Blue) = 182+253+60=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FD3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FD3C is #4902C3. Grayscale: #D2D2D2. Windows color (decimal): -4784836 or 3997110. OLE color: 3997110.

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

Color convert

RGB18225360-
CMYK0.2800.760.01
HSL82.07º97.97%61.37%-
HSV(B)82.07º76.28%99.22%-
XYZ55.2380.5216.91-
YUV209.7743.48108.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 253 (99.22% from 255) = 51.11%
BLUE value IS 60 (23.83% from 255) = 12.12%
R=36.77%
G=51.11%
B=12.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182253600.2800.760.0182.0797.9761.37
HexB6FD3C1C04C152623d
Octal26637574340114112214275
Binary10110110111111011111001110001001100110100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FD3C; }

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

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

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

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

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

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

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

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