#BAFF24

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

Shades of Green Yellow #BAFF24

Tints of Green Yellow #BAFF24

Color information

#BAFF24 (or 0xBAFF24) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 24. RGB value is (186,255,36). Sum of RGB (Red+Green+Blue) = 186+255+36=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF24 is #4500DB. Grayscale: #D2D2D2. Windows color (decimal): -4522204 or 2424762. OLE color: 2424762.

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

Color convert

RGB18625536-
CMYK0.2700.860
HSL78.9º100%57.06%-
HSV(B)78.9º85.88%100%-
XYZ56.3382.0914.54-
YUV209.430.14111.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 255 (100% from 255) = 53.46%
BLUE value IS 36 (14.45% from 255) = 7.55%
R=38.99%
G=53.46%
B=7.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255360.2700.86078.910057.06
HexBAFF241B05604f6439
Octal27237744330126011714471
Binary10111010111111111001001101101010110010011111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF24; }

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

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

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

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

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

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

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

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