Html Css Color HEX #BAFA25 Green Yellow

📋 copy color: '#BAFA25'

red 186 ◦ green 250 ◦ blue 37

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

Shades of Green Yellow #BAFA25

Tints of Green Yellow #BAFA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.85%

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 39.32%
G = 52.85%
B = 7.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#BAFA25 (or 0xBAFA25) is known color: Green Yellow. HEX triplet: BA, FA and 25. RGB value is (186,250,37). Sum of RGB (Red+Green+Blue) = 186+250+37=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA25 is #4505DA. Grayscale: #CFCFCF. Windows color (decimal): -4523483 or 2489018. OLE color: 2489018.

HSL color Cylindrical-coordinate representation of color #BAFA25: hue angle of 78.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAFA25 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 37 -
CMYK 0.26 0 0.85 0.02
HSL 78.03º 0.96% 0.56% -
HSV(B) 78.03º 0.85% 0.98% -
XYZ 54.77 78.94 14.1 -
YUV 206.58 32.3 113.32 -
System Red Green Blue C M Y K H S L
Decimal 186 250 37 0.26 0 0.85 0.02 78.03 0.96 0.56
Hex BA FA 25 1A 0 55 2 4E 60 38
Octal 272 372 45 32 0 125 2 116 140 70
Binary 10111010 11111010 100101 11010 0 1010101 10 1001110 1100000 111000

Color Harmonies of #BAFA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA25

Black with #BAFA25

Text Example


Text Example

White with #BAFA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA25; }

 p { color: rgb(186,250,37); }

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

background-color css

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

 a { background-color: rgb(186,250,37); }

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

border-color css

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

 span { border-color: rgb(186,250,37); }

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