#B6F228

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

Shades of Green Yellow #B6F228

Tints of Green Yellow #B6F228

Color information

#B6F228 (or 0xB6F228) is unknown color: approx Green Yellow. HEX triplet: B6, F2 and 28. RGB value is (182,242,40). Sum of RGB (Red+Green+Blue) = 182+242+40=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F228 is #490DD7. Grayscale: #C9C9C9. Windows color (decimal): -4787672 or 2683574. OLE color: 2683574.

HSL color Cylindrical-coordinate representation of color #B6F228: hue angle of 77.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6F228 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB18224240-
CMYK0.2500.830.05
HSL77.82º88.6%55.29%-
HSV(B)77.82º83.47%94.9%-
XYZ51.4373.613.5-
YUV201.0337.12114.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 242 (94.92% from 255) = 52.16%
BLUE value IS 40 (16.02% from 255) = 8.62%
R=39.22%
G=52.16%
B=8.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182242400.2500.830.0577.8288.655.29
HexB6F2281905354e5937
Octal26636250310123511613167
Binary1011011011110010101000110010101001110110011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F228; }

 p { color: rgb(182,242,40); }

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

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

 a { background-color: rgb(182,242,40); }

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

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

 span { border-color: rgb(182,242,40); }

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