Html Css Color HEX #BAF824 Green Yellow

📋 copy color: '#BAF824'

red 186 ◦ green 248 ◦ blue 36

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

Shades of Green Yellow #BAF824

Tints of Green Yellow #BAF824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.66%

R = 39.57%
G = 52.77%
B = 7.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#BAF824 (or 0xBAF824) is known color: Green Yellow. HEX triplet: BA, F8 and 24. RGB value is (186,248,36). Sum of RGB (Red+Green+Blue) = 186+248+36=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF824 is #4507DB. Grayscale: #CECECE. Windows color (decimal): -4523996 or 2422970. OLE color: 2422970.

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

Color convert

RGB 186 248 36 -
CMYK 0.25 0 0.85 0.03
HSL 77.55º 0.94% 0.56% -
HSV(B) 77.55º 0.85% 0.97% -
XYZ 54.14 77.7 13.81 -
YUV 205.29 32.46 114.24 -
System Red Green Blue C M Y K H S L
Decimal 186 248 36 0.25 0 0.85 0.03 77.55 0.94 0.56
Hex BA F8 24 19 0 55 3 4E 5E 38
Octal 272 370 44 31 0 125 3 116 136 70
Binary 10111010 11111000 100100 11001 0 1010101 11 1001110 1011110 111000

Color Harmonies of #BAF824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF824

Black with #BAF824

Text Example


Text Example

White with #BAF824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF824; }

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

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

background-color css

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

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

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

border-color css

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

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

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