Html Css Color HEX #BAF63F Green Yellow

📋 copy color: '#BAF63F'

red 186 ◦ green 246 ◦ blue 63

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

Shades of Green Yellow #BAF63F

Tints of Green Yellow #BAF63F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

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

R = 37.58%
G = 49.7%
B = 12.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#BAF63F (or 0xBAF63F) is known color: Green Yellow. HEX triplet: BA, F6 and 3F. RGB value is (186,246,63). Sum of RGB (Red+Green+Blue) = 186+246+63=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF63F is #4509C0. Grayscale: #CFCFCF. Windows color (decimal): -4524481 or 4191930. OLE color: 4191930.

HSL color Cylindrical-coordinate representation of color #BAF63F: hue angle of 79.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAF63F is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 63 -
CMYK 0.24 0 0.74 0.04
HSL 79.67º 0.91% 0.61% -
HSV(B) 79.67º 0.74% 0.96% -
XYZ 54.1 76.71 16.66 -
YUV 207.2 46.62 112.88 -
System Red Green Blue C M Y K H S L
Decimal 186 246 63 0.24 0 0.74 0.04 79.67 0.91 0.61
Hex BA F6 3F 18 0 4A 4 50 5B 3D
Octal 272 366 77 30 0 112 4 120 133 75
Binary 10111010 11110110 111111 11000 0 1001010 100 1010000 1011011 111101

Color Harmonies of #BAF63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF63F

Black with #BAF63F

Text Example


Text Example

White with #BAF63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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