Html Css Color HEX #BAF830 Green Yellow

📋 copy color: '#BAF830'

red 186 ◦ green 248 ◦ blue 48

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

Shades of Green Yellow #BAF830

Tints of Green Yellow #BAF830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 38.59%
G = 51.45%
B = 9.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#BAF830 (or 0xBAF830) is known color: Green Yellow. HEX triplet: BA, F8 and 30. RGB value is (186,248,48). Sum of RGB (Red+Green+Blue) = 186+248+48=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF830 is #4507CF. Grayscale: #CFCFCF. Windows color (decimal): -4523984 or 3209402. OLE color: 3209402.

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

Color convert

RGB 186 248 48 -
CMYK 0.25 0 0.81 0.03
HSL 78.6º 0.93% 0.58% -
HSV(B) 78.6º 0.81% 0.97% -
XYZ 54.35 77.79 14.95 -
YUV 206.66 38.46 113.26 -
System Red Green Blue C M Y K H S L
Decimal 186 248 48 0.25 0 0.81 0.03 78.6 0.93 0.58
Hex BA F8 30 19 0 51 3 4F 5D 3A
Octal 272 370 60 31 0 121 3 117 135 72
Binary 10111010 11111000 110000 11001 0 1010001 11 1001111 1011101 111010

Color Harmonies of #BAF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF830

Black with #BAF830

Text Example


Text Example

White with #BAF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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