#BAFF48

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

Shades of Green Yellow #BAFF48

Tints of Green Yellow #BAFF48

Color information

#BAFF48 (or 0xBAFF48) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 48. RGB value is (186,255,72). Sum of RGB (Red+Green+Blue) = 186+255+72=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF48 is #4500B7. Grayscale: #D6D6D6. Windows color (decimal): -4522168 or 4784058. OLE color: 4784058.

HSL color Cylindrical-coordinate representation of color #BAFF48: hue angle of 82.62º 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 #BAFF48 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB18625572-
CMYK0.2700.720
HSL82.62º100%64.12%-
HSV(B)82.62º71.76%100%-
XYZ57.1882.4319.03-
YUV213.5148.14108.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 255 (100% from 255) = 49.71%
BLUE value IS 72 (28.52% from 255) = 14.04%
R=36.26%
G=49.71%
B=14.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255720.2700.72082.6210064.12
HexBAFF481B0480536440
Octal2723771103301100123144100
Binary1011101011111111100100011011010010000101001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF48; }

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

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

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

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

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

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

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

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