Html Css Color HEX #BAF83F Green Yellow

📋 copy color: '#BAF83F'

red 186 ◦ green 248 ◦ blue 63

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

Shades of Green Yellow #BAF83F

Tints of Green Yellow #BAF83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.68%

R = 37.42%
G = 49.9%
B = 12.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#BAF83F (or 0xBAF83F) is known color: Green Yellow. HEX triplet: BA, F8 and 3F. RGB value is (186,248,63). Sum of RGB (Red+Green+Blue) = 186+248+63=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF83F is #4507C0. Grayscale: #D1D1D1. Windows color (decimal): -4523969 or 4192442. OLE color: 4192442.

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

Color convert

RGB 186 248 63 -
CMYK 0.25 0 0.75 0.03
HSL 80.11º 0.93% 0.61% -
HSV(B) 80.11º 0.75% 0.97% -
XYZ 54.71 77.93 16.86 -
YUV 208.37 45.96 112.04 -
System Red Green Blue C M Y K H S L
Decimal 186 248 63 0.25 0 0.75 0.03 80.11 0.93 0.61
Hex BA F8 3F 19 0 4B 3 50 5D 3D
Octal 272 370 77 31 0 113 3 120 135 75
Binary 10111010 11111000 111111 11001 0 1001011 11 1010000 1011101 111101

Color Harmonies of #BAF83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF83F

Black with #BAF83F

Text Example


Text Example

White with #BAF83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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