Html Css Color HEX #BAF705 Electric Lime

📋 copy color: '#BAF705'

red 186 ◦ green 247 ◦ blue 5

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

Shades of Electric Lime #BAF705

Tints of Electric Lime #BAF705

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.39%

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

R = 42.47%
G = 56.39%
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

#BAF705 (or 0xBAF705) is known color: Electric Lime. HEX triplet: BA, F7 and 05. RGB value is (186,247,5). Sum of RGB (Red+Green+Blue) = 186+247+5=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF705 is #4508FA. Grayscale: #CACACA. Windows color (decimal): -4524283 or 391098. OLE color: 391098.

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

Color convert

RGB 186 247 5 -
CMYK 0.25 0 0.98 0.03
HSL 75.12º 0.96% 0.49% -
HSV(B) 75.12º 0.98% 0.97% -
XYZ 53.54 76.97 12.18 -
YUV 201.17 17.29 117.18 -
System Red Green Blue C M Y K H S L
Decimal 186 247 5 0.25 0 0.98 0.03 75.12 0.96 0.49
Hex BA F7 5 19 0 62 3 4B 60 31
Octal 272 367 5 31 0 142 3 113 140 61
Binary 10111010 11110111 101 11001 0 1100010 11 1001011 1100000 110001

Color Harmonies of #BAF705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF705

Black with #BAF705

Text Example


Text Example

White with #BAF705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF705; }

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

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

background-color css

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

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

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

border-color css

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

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

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