#B6FF48

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

Shades of Green Yellow #B6FF48

Tints of Green Yellow #B6FF48

Color information

#B6FF48 (or 0xB6FF48) is unknown color: approx Green Yellow. HEX triplet: B6, FF and 48. RGB value is (182,255,72). Sum of RGB (Red+Green+Blue) = 182+255+72=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FF48 is #4900B7. Grayscale: #D4D4D4. Windows color (decimal): -4784312 or 4784054. OLE color: 4784054.

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

Color convert

RGB18225572-
CMYK0.2900.720
HSL83.93º100%64.12%-
HSV(B)83.93º71.76%100%-
XYZ56.2281.9318.98-
YUV212.3148.82106.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 72 (28.52% from 255) = 14.15%
R=35.76%
G=50.10%
B=14.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182255720.2900.72083.9310064.12
HexB6FF481D0480546440
Octal2663771103501100124144100
Binary1011011011111111100100011101010010000101010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF48; }

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

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

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

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

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

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

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

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