Html Css Color HEX #BAF805 Electric Lime

📋 copy color: '#BAF805'

red 186 ◦ green 248 ◦ blue 5

#BAF805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #BAF805

Tints of Electric Lime #BAF805

RGB

 RED value IS 186 (73.05% from 255) = 42.37%

 GREEN value IS 248 (97.27% from 255) = 56.49%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 42.37%
G = 56.49%
B = 1.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#BAF805 (or 0xBAF805) is known color: Electric Lime. HEX triplet: BA, F8 and 05. RGB value is (186,248,5). Sum of RGB (Red+Green+Blue) = 186+248+5=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF805 is #4507FA. Grayscale: #CACACA. Windows color (decimal): -4524027 or 391354. OLE color: 391354.

HSL color Cylindrical-coordinate representation of color #BAF805: hue angle of 75.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAF805 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 5 -
CMYK 0.25 0 0.98 0.03
HSL 75.31º 0.96% 0.5% -
HSV(B) 75.31º 0.98% 0.97% -
XYZ 53.84 77.58 12.28 -
YUV 201.76 16.96 116.76 -
System Red Green Blue C M Y K H S L
Decimal 186 248 5 0.25 0 0.98 0.03 75.31 0.96 0.5
Hex BA F8 5 19 0 62 3 4B 60 32
Octal 272 370 5 31 0 142 3 113 140 62
Binary 10111010 11111000 101 11001 0 1100010 11 1001011 1100000 110010

Color Harmonies of #BAF805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF805

Black with #BAF805

Text Example


Text Example

White with #BAF805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF805; }

 p { color: rgb(186,248,5); }

 H1.HeaderClassName
 {
   color: #BAF805;
 }
 .AnyTagClassName
 {
   color: #BAF805;
 }
</style>

background-color css

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

 a { background-color: rgb(186,248,5); }

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

border-color css

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

 span { border-color: rgb(186,248,5); }

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